From f8fbe9cf18e67781dc379202b5dffe6c81c10cd3 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Tue, 19 Jul 2022 15:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056604=20=E5=85=B3?= =?UTF-8?q?=E8=81=94=E6=A8=A1=E5=9D=97=E5=AD=97=E6=AE=B5=E7=9A=84=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E9=80=89=E9=A1=B9=E7=BC=BA=E5=B0=91=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/treeSelect/treeSelectStand.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/treeSelect/treeSelectStand.vue b/src/components/treeSelect/treeSelectStand.vue index 7e8d9068e..613e08de2 100644 --- a/src/components/treeSelect/treeSelectStand.vue +++ b/src/components/treeSelect/treeSelectStand.vue @@ -310,5 +310,8 @@ export default { ::v-deep .el-drawer{ outline: none!important; } - +.common-tree{ + height: 100%; + overflow-y: auto; +}