From 675152d6c9544bdb97372ae15ff2f25bf042ade7 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Tue, 22 Oct 2024 14:47:04 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index dbd39320..2f74f492 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -82,6 +82,9 @@ p { --el-form-label-font-size: var(--el-font-size-base); --el-form-inline-content-width: 220px; } +.el-checkbox { + --el-checkbox-font-size: 1.2rem; +} // 取色器样式调整 .el-color-picker__trigger { @@ -249,4 +252,4 @@ p { } } } -} \ No newline at end of file +}