scorpio 3 ani în urmă
părinte
comite
4855018695
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/views/home/component/dash.vue

+ 1 - 1
src/views/home/component/dash.vue

@@ -8,7 +8,7 @@
         <span class="ml-5">项目总投资额<span
             class="main-color bold">{{ Number.parseFloat(num).toLocaleString() }}</span>万元</span>
       </div>
-      <div class="flex ml-20 hide-scrollbar" style="overflow-x: scroll;width: 86vw">
+      <div class="flex ml-20 hide-scrollbar" style="overflow-x: scroll;width: 86vw" v-show='stage.length > 0'>
         <div v-for="(item,index) in stage" :key='item.id' :class="active === index ? 'total-s' : 'total'"
              class="flex flex-col  flex-center mt-20 bold font-16 pointer"
              >