From 187f3b8c079486c8064cfbbc8ea5389383c1a575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=88=9C=E5=B2=B3?= <1277952981@qq.com> Date: Thu, 1 Sep 2022 14:03:53 +0800 Subject: [PATCH] fix: fix table container z-index (#5786) --- components/table/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 2974f34c6..1f200c719 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -642,7 +642,7 @@ position: absolute; top: 0; bottom: 0; - z-index: 1; + z-index: @zindex-table-fixed; width: 30px; transition: box-shadow 0.3s; content: '';