部门管理页面

This commit is contained in:
fengachen
2021-08-23 18:06:32 +08:00
parent 80de3707dc
commit bd9d8ab5d2
9 changed files with 1003 additions and 328 deletions
+3 -3
View File
@@ -66,8 +66,8 @@ module.exports = {
less: {
modifyVars: {
/* less 变量覆盖,用于自定义 ant design 主题 */
'primary-color': '#1890FF',
'link-color': '#1890FF',
'primary-color': '#069f99',
'link-color': '#069f99',
'border-radius-base': '4px',
},
javascriptEnabled: true,
@@ -95,4 +95,4 @@ module.exports = {
},
lintOnSave: undefined
}
}