From 7fed5fb2365cab1b59973cee40cbd861001445af Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Mon, 18 May 2026 14:18:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97=E9=80=89?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.vue b/src/App.vue index 228e21f..d49e382 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,4 +22,7 @@ onMounted(() => { .el-select__selected-item{ user-select: text !important; } +.el-select__wrapper.is-disabled .el-select__selected-item{ + z-index: 2; +}