新增: 增加动态修改主题色功能;

This commit is contained in:
iczer
2020-06-16 18:41:07 +08:00
parent 54e6a72f3a
commit 066ab7ec22
13 changed files with 107 additions and 19 deletions

View File

@@ -0,0 +1,4 @@
@import "../theme";
@primary-color: @primary;
@processing-color: @primary;
@link-color: @primary;

View File

@@ -0,0 +1 @@
@import "color";

2
src/theme/index.less Normal file
View File

@@ -0,0 +1,2 @@
@import '~ant-design-vue/dist/antd.less';
@import "default/index";

1
src/theme/theme.less Normal file
View File

@@ -0,0 +1 @@
@primary: #1890ff;