ソースを参照

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

chenpeiqing 3 ヶ月 前
コミット
c063502ff8
1 ファイル変更2 行追加2 行削除
  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">