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.tabsValue = 'initiated';
this.initiatedList.map(h=>{ h._active = false; }) this.initiatedList.map(h=>{ h._active = false; })
this.$nextTick(()=>{ this.$nextTick(()=>{
this.tabsClick(); this.tabsClick(false,0);
}) })
}).catch(({msg}) => { }).catch(({msg}) => {
$A.modalError(msg); $A.modalError(msg);

View File

@ -61,11 +61,14 @@
max-width: 200px; max-width: 200px;
} }
@media (max-width: 515px) {
.ivu-btn{ .ivu-btn{
min-width: 45px; min-width: 45px;
} }
} }
}
.approve-load { .approve-load {
text-align: center; text-align: center;
padding-top: 20px; padding-top: 20px;