Ux improves (#1103)

* ux-improves

* ui improvements
This commit is contained in:
pa
2025-01-27 07:39:30 +09:00
committed by GitHub
parent 212934f08c
commit d3bcaf130a
13 changed files with 2790 additions and 1216 deletions

View File

@@ -956,3 +956,12 @@ i.x-status-icon.red {
padding: 2px 2px;
border-radius: 4px;
}
// FIXME
// Something changed the CSS of element-ui
// The other parts are the same
// It feels like can't fundamentally modify it
// And can only fix it bit by bit by overriding
.el-switch__core:after {
top: 1.5px;
}