style: 去除无效字体样式

This commit is contained in:
@changcode
2022-08-08 17:30:06 +08:00
parent 4942c49311
commit bcf379580f
7 changed files with 7 additions and 22 deletions

View File

@@ -231,7 +231,6 @@
text-align: left;
font-weight:400;
font-size:12px;
font-family: Helvetica;
.icon-drag{
cursor: move;
@@ -250,7 +249,6 @@
border-radius: 2px;
}
.el-checkbox__input.is-checked + .el-checkbox__label,.el-checkbox__input + .el-checkbox__label {
font-family: Helvetica;
font-size: 12px;
color: #575757;
font-weight: 400;
@@ -266,4 +264,4 @@
.el-popper__arrow {
display: none;
}
}
}