From a85fc0286e18852035516b0f1bdab2ac970cbe7c Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 14 Mar 2023 15:33:41 +0800 Subject: [PATCH] =?UTF-8?q?style(=E8=BF=87=E6=BB=A4=E5=99=A8):=20=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A1=86=E5=87=BA=E7=8E=B0=E8=99=9A=E6=8B=9F=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/elVisualSelect/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/elVisualSelect/index.vue b/frontend/src/components/elVisualSelect/index.vue index e812824b95..945fa9642e 100644 --- a/frontend/src/components/elVisualSelect/index.vue +++ b/frontend/src/components/elVisualSelect/index.vue @@ -237,7 +237,7 @@ export default { .VisualSelects { .el-scrollbar { position: relative; - height: 251px; + height: 250px; overflow: inherit; overflow-x: hidden; content-visibility: auto; @@ -269,4 +269,7 @@ export default { .select-all { padding: 10px 20px 0 20px; } +.coustom-de-select { + z-index: 999 !important; +}