|
|
@@ -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" v-show='stage.length > 0'>
|
|
|
+ <div class="flex ml-20 hide-scrollbar" style="overflow-x: scroll;width: 86vw">
|
|
|
<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"
|
|
|
>
|