From cb1ba0e0aaf680e69039011bf0d373c607a4efbe Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Wed, 31 Mar 2021 15:04:09 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89):=20?= =?UTF-8?q?=E9=80=9A=E7=94=A8=E4=B8=8B=E6=8B=89=E6=A0=91=20=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E5=86=85=E5=AE=B9=E8=BF=87=E9=95=BF=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E5=85=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/components/common/select-tree/SelectTree.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/common/select-tree/SelectTree.vue b/frontend/src/business/components/common/select-tree/SelectTree.vue index 903273af67..c971151fea 100644 --- a/frontend/src/business/components/common/select-tree/SelectTree.vue +++ b/frontend/src/business/components/common/select-tree/SelectTree.vue @@ -379,14 +379,17 @@ .common-tree { overflow: auto; - height: 200px; + min-height: 200px; + max-height: 400px; } .ms-tree-select { width: 100%; z-index: 111; } - + /deep/.el-tree-node__children{ + overflow: inherit; + } .ok { float: right; }