fix(interface): 修复 CSS_PATH 导致的样式覆写问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user