feat:移动端固定列样式

This commit is contained in:
hzm
2026-03-07 21:33:01 +08:00
parent 1f3c0bbbc9
commit 86e479c21a

View File

@@ -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);
}