车辆管理,司机管理下拉刷新bug修复
This commit is contained in:
@ -80,7 +80,7 @@ export default {
|
||||
}, 1000);
|
||||
},
|
||||
async getNotifyList(){
|
||||
let res = await notifyInvoiceList({
|
||||
let res = await notifyInvoiceList({
|
||||
pageNum:this.pageNum,
|
||||
pageSize:this.pageSize
|
||||
})
|
||||
@ -140,7 +140,11 @@ export default {
|
||||
}
|
||||
}
|
||||
.bgShow{
|
||||
@include wh(100%,80%);
|
||||
@include flexTwoCenter;
|
||||
height:calc(100% - 46px);
|
||||
background-color: #FAFAFA;
|
||||
img{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user