diff --git a/src/views/modules/base/diyInfo.vue b/src/views/modules/base/diyInfo.vue index 1f4b78ffc..aafdaa0f7 100644 --- a/src/views/modules/base/diyInfo.vue +++ b/src/views/modules/base/diyInfo.vue @@ -6,7 +6,7 @@
-
+
@@ -466,6 +466,11 @@ export default { height: calc(80vh - 120px); .left { width: 49%; + height: 100%; + .check-boxwr { + height: calc(80vh - 120px); + overflow: auto; + } } .right { flex-shrink: 0; @@ -498,7 +503,7 @@ export default { margin-top: 10px; } .left-h { - + height: 100%; ::v-deep .el-tabs__header.is-left, ::v-deep .el-tabs__nav-wrap.is-left::after { height: calc(80vh - 120px);