task#11329,路桥费样式优化

This commit is contained in:
2024-02-26 11:03:52 +08:00
parent dc469ebbd1
commit 3e2b39f7e4
3 changed files with 34 additions and 11 deletions

View File

@ -11,13 +11,16 @@
@click-left="goBack"
/>
</div>
<div class="tab_wrap">
<div v-for="(item, index) in tabArr" :key="index"
@click="changeTab(index)">
<span :class="{'active' : activeIndex == index , 'alpha' :true}"> {{ item.name }}</span>
<span class="numTip" style="opacity: 1 !important;">{{item.num}}</span>
<div style="height: 42px">
<div class="tab_wrap">
<div v-for="(item, index) in tabArr" :key="index"
@click="changeTab(index)">
<span :class="{'active' : activeIndex == index , 'alpha' :true}"> {{ item.name }}</span>
<span class="numTip" style="opacity: 1 !important;">{{item.num}}</span>
</div>
</div>
</div>
<van-pull-refresh class="refresh" v-model="isLoading" @refresh="onRefresh" v-show="!show">
<van-list
v-model="loading"
@ -96,6 +99,7 @@ export default {
this.total=0
this.loading=false
this.finished=false
await this.getCount()
await this.getList()
// await this.onLoad()
},
@ -230,8 +234,8 @@ export default {
}
.listWrap{
width: 100%;
//height: calc(100% - 86px);
height: 100%;
height: calc(100% - 86px);
//height: 100%;
overflow-y: auto;
background-color: #F4F5F7;
.listItem{