|
|
@@ -9,7 +9,7 @@
|
|
|
</div>
|
|
|
<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-align-start flex-center mt-20 bold font-16 pointer"
|
|
|
+ class="flex flex-col flex-center mt-20 bold font-16 pointer"
|
|
|
@click="switchTab(item,index)">
|
|
|
<span class="ml-15 sp">{{ item.name }}</span>
|
|
|
<span class="ml-15 sp1 mt-5">{{ item.projectNumber }}<span class="grey font-14 ml-5">个</span></span>
|
|
|
@@ -358,11 +358,11 @@ export default {
|
|
|
}
|
|
|
|
|
|
.total-s {
|
|
|
- width: 170px;
|
|
|
+ width: 220px;
|
|
|
height: 70px;
|
|
|
border: 1px solid #AC1F1D;
|
|
|
border-radius: 10px;
|
|
|
- margin-right: 40px;
|
|
|
+ margin-right: 20px;
|
|
|
box-shadow: 2px 2px 10px 2px rgba(242, 162, 58, 0.49);
|
|
|
|
|
|
.sp {
|
|
|
@@ -376,10 +376,10 @@ export default {
|
|
|
}
|
|
|
|
|
|
.total {
|
|
|
- width: 170px;
|
|
|
+ width: 220px;
|
|
|
height: 70px;
|
|
|
border-radius: 10px;
|
|
|
- margin-right: 40px;
|
|
|
+ margin-right: 20px;
|
|
|
background-color: #F0F2F7;
|
|
|
|
|
|
.sp {
|