WholeProcessPlatform/frontend/src/styles/element-plus.scss
2026-03-27 14:50:35 +08:00

8 lines
242 B
SCSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:root {
// 这里可以设置你自定义的颜色变量
// 这个是element主要按钮:active的颜色当主题更改后此变量的值也随之更改
--el-color-primary-dark: #0d84ff;
// --el-font-size-base: 16px !important;
}