mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改UI结构,封装切换按钮
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@import './mixins/config.scss';
|
||||
@import './_dark.scss';
|
||||
@import './_light.scss';
|
||||
|
||||
$themes: (
|
||||
// 亮白
|
||||
#{$theme-light}: $light,
|
||||
// 暗黑
|
||||
#{$theme-dark}: $dark
|
||||
);
|
||||
Reference in New Issue
Block a user