fix(interface): 修复 CSS_PATH 导致的样式覆写问题

This commit is contained in:
2026-04-22 06:55:58 +08:00
parent b9d88383f9
commit c2a1867c49
2 changed files with 10 additions and 8 deletions

View File

@@ -2,14 +2,10 @@
align-vertical: bottom;
}
Switch {
.setting-switch {
dock: right;
}
Label {
width: auto
}
Select {
width: 55%;
dock: right;
@@ -20,7 +16,7 @@ Input {
dock: right;
}
Horizontal {
.setting-item {
width: 100%;
height: 4;
padding: 0 0 1 0;