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 <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">

View File

@ -536,20 +536,23 @@ export default {
</script> </script>
<style lang="less"> <style lang="less">
.el-drawer { .drawer {
border-radius: 12px 12px 0 0 !important; .el-drawer {
height: 80% !important; border-radius: 12px 12px 0 0 !important;
overflow: auto; height: 80% !important;
} overflow: auto;
.el-drawer__header { }
margin: 0; .el-drawer__header {
} margin: 0;
.el-drawer__body { }
overflow: auto; .el-drawer__body {
} overflow: auto;
.el-progress-bar { }
width: 94% !important; .el-progress-bar {
width: 94% !important;
}
} }
</style> </style>
<style lang='less'> <style lang='less'>
.drawer { .drawer {