1.代码优化

v1.0.0
sws 2024-10-22 14:47:04 +08:00
parent b911ce8c37
commit 675152d6c9
1 changed files with 4 additions and 1 deletions

View File

@ -82,6 +82,9 @@ p {
--el-form-label-font-size: var(--el-font-size-base); --el-form-label-font-size: var(--el-font-size-base);
--el-form-inline-content-width: 220px; --el-form-inline-content-width: 220px;
} }
.el-checkbox {
--el-checkbox-font-size: 1.2rem;
}
// //
.el-color-picker__trigger { .el-color-picker__trigger {
@ -249,4 +252,4 @@ p {
} }
} }
} }
} }