fix: update tooltips and controls (#49)

This commit is contained in:
Fine0830
2022-03-31 19:59:19 +08:00
committed by GitHub
parent 13b508e896
commit b51e423c2b
13 changed files with 135 additions and 61 deletions

View File

@@ -141,3 +141,15 @@ pre {
.el-icon.menu-icons {
margin-top: -3px !important;
}
.el-switch__label--left {
margin-right: 5px;
}
.el-switch__label--right {
margin-left: 5px;
}
.switch {
margin: 0 5px;
}