优化显示效果

This commit is contained in:
2021-05-04 22:55:48 +08:00
parent 58a8c1ea7a
commit d8221b94e7
4 changed files with 8 additions and 8 deletions

View File

@@ -138,3 +138,9 @@ body {
.el-select-dropdown {
border: none !important;
}
.el-switch {
.el-switch__core {
width: 2.5rem !important;
}
}