task#11035,调度app路桥费报销
This commit is contained in:
@ -57,10 +57,10 @@ export default {
|
||||
}
|
||||
},
|
||||
async mounted() {
|
||||
let token = localStorage.getItem('token');
|
||||
/*let token = localStorage.getItem('token');
|
||||
this.$dialog.alert({
|
||||
message: token
|
||||
});
|
||||
});*/
|
||||
await this.getCount();
|
||||
await this.getList()
|
||||
},
|
||||
@ -134,11 +134,14 @@ export default {
|
||||
/*::v-deep .van-nav-bar__content{
|
||||
background-color: #354683 !important;
|
||||
}*/
|
||||
::v-deep .van-pull-refresh{
|
||||
height: calc(100% - 86px) ;
|
||||
}
|
||||
.tab_wrap {
|
||||
@include fontWeightSize(500, 14px);
|
||||
@include flexColAround();
|
||||
padding: 2px 0 10px 0;
|
||||
background: #354683;
|
||||
background: #2C395F;
|
||||
div {
|
||||
padding-top: 8px;
|
||||
color: #FFFFFF;
|
||||
@ -176,7 +179,8 @@ export default {
|
||||
}
|
||||
.listWrap{
|
||||
width: 100%;
|
||||
height: calc(100% - 86px);
|
||||
//height: calc(100% - 86px);
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
background-color: #F4F5F7;
|
||||
.listItem{
|
||||
|
Reference in New Issue
Block a user