From 86e479c21aef5767ef7b2c78a118635bec6c3e27 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Sat, 7 Mar 2026 21:33:01 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E5=88=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/globals.css b/app/globals.css index 254fe29..f6ffa4a 100644 --- a/app/globals.css +++ b/app/globals.css @@ -1589,14 +1589,14 @@ input[type="number"] { border-bottom: none; } - .mobile-fund-table .table-header-cell-pin-left .is-scrolled, - .mobile-fund-table .table-cell-pin-left .is-scrolled { + .mobile-fund-table .is-scrolled, + .mobile-fund-table .is-scrolled { box-shadow: 4px 0 10px -2px rgba(0, 0, 0, 0.12); border-right: 1px solid rgba(0, 0, 0, 0.08); } - [data-theme="light"] .mobile-fund-table .table-header-cell-pin-left .is-scrolled, - [data-theme="light"] .mobile-fund-table .table-cell-pin-left .is-scrolled { + [data-theme="light"] .mobile-fund-table .is-scrolled, + [data-theme="light"] .mobile-fund-table .is-scrolled { box-shadow: 4px 0 10px -2px rgba(0, 0, 0, 0.08); border-right-color: rgba(0, 0, 0, 0.06); }