fix: Switch 组件 small 尺寸样式修复 (#6752)

pull/6757/head
2024-10-17 15:31:30 +08:00 committed by GitHub
parent 96485218b7
commit 0d04f07f2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 {