mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
fix:审批中心 样式修复
This commit is contained in:
parent
018ff205f5
commit
e3bd895908
@ -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);
|
||||
|
||||
@ -61,9 +61,12 @@
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.ivu-btn{
|
||||
min-width: 45px;
|
||||
@media (max-width: 515px) {
|
||||
.ivu-btn{
|
||||
min-width: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.approve-load {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user