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