From 23add7eda7dee0f3f70102fabde25c410d44520b Mon Sep 17 00:00:00 2001 From: Devil Date: Sun, 13 Dec 2020 16:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=A1=A8=E6=A0=BC=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E5=9B=BA=E5=AE=9A=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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/public/static/common/css/common.css b/public/static/common/css/common.css index c3ea6c457..d6c5be24a 100755 --- a/public/static/common/css/common.css +++ b/public/static/common/css/common.css @@ -582,15 +582,13 @@ 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: 1020; + 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 { - height: auto; - z-index: 1011; - position: sticky; background: #fff; + z-index: 1011; } .am-table-scrollable-horizontal .am-table tr .am-grid-fixed-left { -webkit-box-shadow: 1px 0px 1px #ddd;