feat:移动端表头吸附效果
This commit is contained in:
@@ -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 根据当前列顺序动态设置 */
|
||||
|
||||
Reference in New Issue
Block a user