优化
This commit is contained in:
parent
8a079a19a2
commit
e4b039ea2b
@ -74,7 +74,6 @@
|
|||||||
<!-- 重置 -->
|
<!-- 重置 -->
|
||||||
<el-drawer
|
<el-drawer
|
||||||
title="重置流程"
|
title="重置流程"
|
||||||
append-to-body
|
|
||||||
custom-class="demo-drawer"
|
custom-class="demo-drawer"
|
||||||
:visible.sync="dialogFormVisibleChongZhi"
|
:visible.sync="dialogFormVisibleChongZhi"
|
||||||
direction="rtl">
|
direction="rtl">
|
||||||
|
|||||||
@ -536,20 +536,23 @@ export default {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
.el-drawer {
|
.drawer {
|
||||||
|
.el-drawer {
|
||||||
border-radius: 12px 12px 0 0 !important;
|
border-radius: 12px 12px 0 0 !important;
|
||||||
height: 80% !important;
|
height: 80% !important;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.el-drawer__header {
|
.el-drawer__header {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.el-drawer__body {
|
.el-drawer__body {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.el-progress-bar {
|
.el-progress-bar {
|
||||||
width: 94% !important;
|
width: 94% !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style lang='less'>
|
<style lang='less'>
|
||||||
.drawer {
|
.drawer {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user