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 +}