feat:改进移动端表格行排序形式

This commit is contained in:
hzm
2026-03-09 08:41:01 +08:00
parent 412b22ec1c
commit f379c9fef5
3 changed files with 77 additions and 9 deletions

View File

@@ -1695,6 +1695,11 @@ input[type="number"] {
padding-left: 12px;
}
/* 基金名称表头排序按钮在排序模式下的高亮 */
.mobile-fund-table .mobile-fund-table-header .icon-button.active {
color: var(--primary);
}
.mobile-fund-table .table-row .name-cell .name-cell-content {
min-height: 100%;
}