feat:移动端固定列样式
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user