This commit is contained in:
xiongchengqiang 2020-12-14 16:04:04 +08:00
parent 8a079a19a2
commit e4b039ea2b
2 changed files with 16 additions and 14 deletions

View File

@ -74,7 +74,6 @@
<!-- 重置 -->
<el-drawer
title="重置流程"
append-to-body
custom-class="demo-drawer"
:visible.sync="dialogFormVisibleChongZhi"
direction="rtl">

View File

@ -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 {