diff --git a/src/views/modules/cpts/base2/index.vue b/src/views/modules/cpts/base2/index.vue index 185e40b8d..2cc85b95b 100644 --- a/src/views/modules/cpts/base2/index.vue +++ b/src/views/modules/cpts/base2/index.vue @@ -1,383 +1,344 @@ @@ -947,24 +900,24 @@ export default { @import "@/assets/scss/modules/management/list-main.scss"; .m-dialog { - /deep/ .el-dialog__body { - position: relative; - max-height: 83vh; - box-sizing: border-box; - padding: 0 0 20px !important; - .dialog-h-content { - max-height: calc(83vh - 80px); - box-sizing: border-box; - padding: 50px 80px; - overflow: auto; - } - } - - .resi-btns { - margin-top: 20px; - text-align: center; - text-align: right; - margin-right: 16px; - } + /deep/ .el-dialog__body { + position: relative; + max-height: 83vh; + box-sizing: border-box; + padding: 0 0 20px !important; + .dialog-h-content { + max-height: calc(83vh - 80px); + box-sizing: border-box; + padding: 50px 80px; + overflow: auto; + } + } + + .resi-btns { + margin-top: 20px; + text-align: center; + text-align: right; + margin-right: 16px; + } }