From 2c8125e218d38fe4a515b8b33d140234bd0af3f1 Mon Sep 17 00:00:00 2001 From: panda <1565636758@qq.com> Date: Mon, 11 Nov 2024 15:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B2=A1=E6=9C=89z-index?= =?UTF-8?q?=E4=BC=9A=E8=A2=AB=E8=A1=A8=E6=A0=BC=E5=B1=82=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Setting/src/Setting.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/components/Setting/src/Setting.vue b/src/layout/components/Setting/src/Setting.vue index 306cb238..2973674b 100644 --- a/src/layout/components/Setting/src/Setting.vue +++ b/src/layout/components/Setting/src/Setting.vue @@ -297,5 +297,6 @@ $prefix-cls: #{$namespace}-setting; .#{$prefix-cls} { border-radius: 6px 0 0 6px; + z-index: 1200;/*修正没有z-index会被表格层覆盖,值不要超过4000*/ }