mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 23:17:21 +08:00
fix: Switch 组件 small 尺寸样式修复 (#6752)
This commit is contained in:
parent
96485218b7
commit
0d04f07f2a
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ body,
|
|||
height: 12px;
|
||||
}
|
||||
|
||||
.el-switch--small,.is-checked .el-switch__core::after {
|
||||
margin-left: 12px !important;
|
||||
.el-switch--small.is-checked .el-switch__core::after {
|
||||
margin-left: -13px;
|
||||
}
|
||||
|
||||
.el-alert__title {
|
||||
|
|
Loading…
Add table
Reference in a new issue