From b78c1d47af5ecf4800a3a943de1fac8d24b265a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 10 Nov 2023 18:26:37 +0800 Subject: [PATCH] bug 78431 --- public/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/index.html b/public/index.html index e44163f2..e8aa349f 100644 --- a/public/index.html +++ b/public/index.html @@ -269,6 +269,11 @@ .ant-tooltip { max-width: 500px !important; } + + /*树形下拉滚动高度调整*/ + .ant-select-tree-dropdown { + max-height: 250px !important; + }