fix: 排序别名存储问题

This commit is contained in:
hzm
2026-03-16 19:28:24 +08:00
parent 5d97f8f83e
commit a7eb537e67
2 changed files with 39 additions and 5 deletions

View File

@@ -2093,10 +2093,12 @@ input[type="number"] {
flex-shrink: 0;
}
/* 亮色主题下PC 右侧抽屉里的 Switch 拇指使用浅色,以保证对比度 */
[data-theme="light"] .pc-table-setting-drawer .dca-toggle-thumb {
background: #fff;
}
/* 移动端表格设置底部抽屉 */
.mobile-setting-overlay {
position: fixed;
@@ -2538,6 +2540,13 @@ input[type="number"] {
transition: left 0.2s;
}
/* 亮色主题下:所有使用 dca-toggle 的拇指在浅底上统一用白色,保证对比度
- PC 右侧排序设置抽屉
- 移动端排序个性化设置 Drawer以及其它区域 */
[data-theme="light"] .dca-toggle-thumb {
background: #ffffff;
}
.dca-option-group {
background: rgba(0, 0, 0, 0.2);
border-radius: 8px;