From fb1bac303b11e424775b3de5d86c7370442c606f Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 27 Apr 2023 14:23:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9bug=E3=80=91?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Report/ReportManager.vue | 79 ++---------------------------- 1 file changed, 3 insertions(+), 76 deletions(-) diff --git a/src/views/Report/ReportManager.vue b/src/views/Report/ReportManager.vue index 95366fe..14c0b37 100644 --- a/src/views/Report/ReportManager.vue +++ b/src/views/Report/ReportManager.vue @@ -152,7 +152,7 @@ -
@@ -1210,81 +1210,8 @@ export default { } .dialog-tags { - padding: 11px 33px 0 33px; - - .tags-item { - height: 60vh; - border: 1px solid #EBEEF5; - - .tag-header { - height: 40px; - background-color: #F2F6FC; - border-bottom: 1px solid #EBEEF5; - padding: 0 11px; - line-height: 40px; - overflow: hidden; - - .el-input__inner { - font-weight: 500; - } - - .icon-modify { - cursor: pointer; - width: 16px; - height: 16px; - margin-top: 12px; - margin-left: 10px; - } - } - - .tags-content { - height: calc(100% - 40px); - padding: 0 0 0 10px; - - ::v-deep .el-scrollbar { - height: 100%; - - .el-scrollbar__view { - padding: 0 !important; - } - - .el-scrollbar__wrap { - overflow-x: hidden; - } - } - - ::v-deep .el-row { - padding-top: 10px; - padding-right: 10px; - } - - .el-input { - margin-bottom: 10px; - } - - .icon-add, - .icon-add-disabled { - margin-left: 10px; - margin-right: 5px; - } - - .icon-sub, - .icon-up { - margin-right: 5px; - } - - .icon-add-disabled, - .icon-sub-disabled, - .icon-add, - .icon-sub, - .icon-up, - .icon-down { - cursor: pointer; - width: 16px; - height: 16px; - margin-top: 4px; - } - } + ::v-deep .el-dialog .el-dialog__body{ + padding-bottom: 50px; } .save-tag-btn {