From db2ba2c46b180ec7187c3c76eb5274e6a657fc86 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Sat, 21 Nov 2020 17:11:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=9B=9E?= =?UTF-8?q?=E5=88=B0=E9=A1=B6=E9=83=A8=E6=8C=89=E9=92=AE=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/stylus/main.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index cb63d49ad..a92f07838 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -821,10 +821,13 @@ li{ font-size: 12px; } .nz-table + .to-top-is-hover{ - z-index: 10; + display: none; +} +.nz-table + .to-top-is-hover:hover{ + display: block; } .nz-table:hover + .to-top-is-hover{ - z-index: 100; + display: block; } .nz-table .el-table { border: none;