mirror of https://github.com/1Panel-dev/1Panel
fix: Switch 组件 small 尺寸样式修复 (#6752)
parent
96485218b7
commit
0d04f07f2a
|
@ -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…
Reference in New Issue