7 lines
150 B
SCSS
7 lines
150 B
SCSS
@use 'element-plus/theme-chalk/src/common/var.scss' with (
|
|
$colors: (
|
|
'primary': (
|
|
'base': #009FA8, // 设置你的主题色
|
|
),
|
|
)
|
|
); |