mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 19:12:48 +08:00
完成底层多皮肤风格代码;
This commit is contained in:
11
public/static/common/css/theme/index.scss
Normal file
11
public/static/common/css/theme/index.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.elem-style-normal {
|
||||
@import 'normal';
|
||||
}
|
||||
|
||||
.elem-style-demo {
|
||||
@import 'demo';
|
||||
}
|
||||
|
||||
.elem-style-sicfi {
|
||||
@import 'sicfi';
|
||||
}
|
||||
Reference in New Issue
Block a user