From 45dd310276ec36fa68b496e4eb97fe3c09e0d1f9 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 28 May 2024 17:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/style/layout.css b/common/style/layout.css index cff71f2..884ef51 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -176,11 +176,13 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] { position: sticky; right: 0; z-index: 5; + box-shadow: -2px 0px 2px 0px rgba(19, 19, 19, 30%); } .grid-table th:nth-child(2), .grid-table td:nth-child(2) { position: sticky; left: 46px; z-index: 5; + box-shadow: 2px 0px 2px 0px rgba(19, 19, 19, 30%); } .td_input { font-size: 12px;