unplugin-element-plus icon indicating copy to clipboard operation
unplugin-element-plus copied to clipboard

dark.scss 里面的变量什么意思?

Open 11003 opened this issue 1 year ago • 1 comments

@forward 'element-plus/theme-chalk/src/dark/var.scss' with (
    $bg-color: (
        'page': #ff7e7e,
        'overlay': #497098
    )
);

加了这些颜色,怎么可以看到效果呢?

11003 avatar May 13 '24 08:05 11003

overlay是下拉框的背景颜色。 image

11003 avatar May 13 '24 08:05 11003