From ca4f029b726449a4eb556fb4e38ad01ac9bcf053 Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Tue, 4 May 2021 22:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20Element=20UI=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/global.less | 9 +++++++++ 1 file changed, 9 insertions(+) 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; }