diff --git a/src/assets/css/global.less b/src/assets/css/global.less index 0c21df1..a842e6d 100644 --- a/src/assets/css/global.less +++ b/src/assets/css/global.less @@ -99,6 +99,10 @@ body { // Element UI +.el-checkbox { + font-weight: inherit; +} + .el-drawer.drawer-full { .el-drawer__header { z-index: 500; @@ -126,6 +130,11 @@ body { } } +.el-link { + font-size: inherit; + font-weight: inherit; +} + .el-select-dropdown { border: none !important; }