feat:移动端表头吸附效果

This commit is contained in:
hzm
2026-03-08 11:36:49 +08:00
parent 86e479c21a
commit 89d938a6c3
3 changed files with 210 additions and 110 deletions

View File

@@ -1535,6 +1535,22 @@ input[type="number"] {
/* min-width 由 MobileFundTable 根据 columns meta.width 动态设置 */
}
.mobile-fund-table-portal-header {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
left: 12px;
right: 12px;
box-sizing: border-box;
}
.mobile-fund-table-portal-header::-webkit-scrollbar {
display: none;
}
.mobile-fund-table-portal-header .mobile-fund-table-scroll {
padding: 0;
}
.mobile-fund-table .table-header-row {
display: grid;
/* grid-template-columns 由 MobileFundTable 根据当前列顺序动态设置 */