fix:审批中心 样式修复

This commit is contained in:
weifashi 2023-09-17 23:21:12 +08:00
parent 018ff205f5
commit e3bd895908
2 changed files with 6 additions and 3 deletions

View File

@ -697,7 +697,7 @@ export default {
this.tabsValue = 'initiated';
this.initiatedList.map(h=>{ h._active = false; })
this.$nextTick(()=>{
this.tabsClick();
this.tabsClick(false,0);
})
}).catch(({msg}) => {
$A.modalError(msg);

View File

@ -61,9 +61,12 @@
max-width: 200px;
}
.ivu-btn{
min-width: 45px;
@media (max-width: 515px) {
.ivu-btn{
min-width: 45px;
}
}
}
.approve-load {