From c6e12784dc6800b4bab0f1288ef6653ca0783738 Mon Sep 17 00:00:00 2001 From: Devil Date: Tue, 15 Dec 2020 09:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=A1=A8=E6=A0=BC=E5=B1=82?= =?UTF-8?q?=E7=BA=A7=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/common/css/common.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/public/static/common/css/common.css b/public/static/common/css/common.css index d6c5be24a..1bfab6626 100755 --- a/public/static/common/css/common.css +++ b/public/static/common/css/common.css @@ -551,7 +551,7 @@ button.colorpicker-submit img { background: #e8e6e6; min-width: 100px; position: sticky; - z-index: 1020; + z-index: 1; top: 0; } .am-table-scrollable-horizontal .am-table tr .am-grid-xxxl { @@ -582,13 +582,16 @@ button.colorpicker-submit img { .am-table-scrollable-horizontal .am-table tr .am-grid-fixed-left, .am-table-scrollable-horizontal .am-table tr .am-grid-fixed-right { height: auto; - z-index: 1030; position: sticky; } .am-table-scrollable-horizontal .am-table tr td.am-grid-fixed-left, .am-table-scrollable-horizontal .am-table tr td.am-grid-fixed-right { background: #fff; - z-index: 1011; + z-index: 2; +} +.am-table-scrollable-horizontal .am-table tr th.am-grid-fixed-left, +.am-table-scrollable-horizontal .am-table tr th.am-grid-fixed-right { + z-index: 3; } .am-table-scrollable-horizontal .am-table tr .am-grid-fixed-left { -webkit-box-shadow: 1px 0px 1px #ddd;