From bf449ada16174ff3e651c057cea82eda0e5d4efa Mon Sep 17 00:00:00 2001 From: Devil Date: Sun, 13 Dec 2020 13:37:24 +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?= 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, 4 insertions(+), 2 deletions(-) diff --git a/public/static/common/css/common.css b/public/static/common/css/common.css index 24af60c27..c3ea6c457 100755 --- a/public/static/common/css/common.css +++ b/public/static/common/css/common.css @@ -550,7 +550,9 @@ button.colorpicker-submit img { .am-table-scrollable-horizontal .am-table tr th { background: #e8e6e6; min-width: 100px; - position: relative; + position: sticky; + z-index: 1020; + top: 0; } .am-table-scrollable-horizontal .am-table tr .am-grid-xxxl { min-width: 650px; @@ -580,7 +582,7 @@ 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: 2; + z-index: 1020; position: sticky; } .am-table-scrollable-horizontal .am-table tr td.am-grid-fixed-left,