Browse Source

Merge branch 'cpq-dev' of wangfan/adweb3-web into master

chenpeiqing 3 months ago
parent
commit
c063502ff8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/dashboard/Analysis/homePage/adweb3Home.vue

+ 2 - 2
src/views/dashboard/Analysis/homePage/adweb3Home.vue

@@ -46,8 +46,8 @@
             </a-row>
           </a-spin>
 
-          <a-steps style="margin-top: 30px; cursor: pointer" label-placement="vertical" v-model:current="current">
-            <a-step disabled v-for="(item, index) in stepData" :key="index" style="cursor: pointer">
+          <a-steps size="small" style="margin-top: 30px; cursor: pointer" label-placement="vertical" v-model:current="current">
+            <a-step disabled v-for="(item, index) in stepData" :key="index" style="cursor: pointer; width: 16.667%">
               <template #icon>
                 <a-popover :title="item.title">
                   <template v-if="index < current">