mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-16 14:12:51 +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,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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user