This commit is contained in:
weicw
2021-07-29 16:17:26 +08:00
commit a6eb6f83d1
127 changed files with 60792 additions and 0 deletions

10
src/styles/index.less Normal file
View File

@@ -0,0 +1,10 @@
/** 全局样式 */
// 如果不需要切换主题使用这个
//@import "~ele-admin-pro/packages/style/index.less";
// 如果不需要切换主题固定为夜间主题使用这个
//@import "~ele-admin-pro/packages/style/dark.less";
// 需要在线切换主题使用这个
@import "~ele-admin-pro/packages/style/dynamic.less";
/* 需要覆盖框架样式变量写最下面, 具体请到文档查看 */