From 2688b764e51b4d796a1524beeb222b1a682140ff Mon Sep 17 00:00:00 2001 From: guoyue Date: Fri, 23 Sep 2022 17:35:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=AE=A1=E7=90=86=EF=BC=9A?= =?UTF-8?q?=E5=85=AC=E5=85=B1scss=E6=96=87=E4=BB=B6=20=20=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E5=BC=B9=E6=A1=86=E6=9C=80=E5=A4=A7=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E5=8F=8A=E6=A0=91=E5=BD=A2=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/assets/scss/common.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/back/src/assets/scss/common.scss b/back/src/assets/scss/common.scss index 02f28ad0..c0d15e50 100644 --- a/back/src/assets/scss/common.scss +++ b/back/src/assets/scss/common.scss @@ -714,4 +714,15 @@ img { .aui-navbar__header { width: 268px; +} + +// 统一更改弹框高度、树形控件高度 +.el-dialog__body { + max-height: 600px; + overflow-y: auto; +} + +.el-tree { + max-height: 450px; + overflow-y: auto; } \ No newline at end of file