From c4ab3a45ac2f6de00f3e3cfd85cf9ec6f531c898 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 29 Jul 2020 18:33:40 +0800 Subject: [PATCH] =?UTF-8?q?stylei=20=EF=BC=9B=20table=20Fixed=20z-index?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/stylus/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index 0cfbddff4..3ea62968a 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -1769,6 +1769,7 @@ li{ } .nz-table .el-table__fixed, .nz-table .el-table__fixed-right { height: 100% !important; + z-index: 1; } .nz-table .el-table__fixed-body-wrapper { height: calc(100% - 33px) !important;