WholeProcessPlatform/frontend/src/styles/element-plus.scss

8 lines
242 B
SCSS
Raw Normal View History

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