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