diff --git a/cmdb-ui/config/plugin.config.js b/cmdb-ui/config/plugin.config.js index 2ad9b19..a299497 100644 --- a/cmdb-ui/config/plugin.config.js +++ b/cmdb-ui/config/plugin.config.js @@ -13,7 +13,7 @@ const getAntdSerials = (color) => { const themePluginOption = { fileName: 'css/theme-colors-[contenthash:8].css', - matchColors: getAntdSerials('#1890ff'), // 主色系列 + matchColors: getAntdSerials('#2f54eb'), // 主色系列 // 改变样式选择器,解决样式覆盖问题 changeSelector (selector) { switch (selector) { diff --git a/cmdb-ui/src/config/setting.js b/cmdb-ui/src/config/setting.js index 2659539..4f257e3 100644 --- a/cmdb-ui/src/config/setting.js +++ b/cmdb-ui/src/config/setting.js @@ -14,7 +14,7 @@ */ export default { - primaryColor: '#1890ff', // primary color of ant design + primaryColor: '#2f54eb', // primary color of ant design navTheme: 'dark', // theme for nav menu layout: 'sidemenu', // nav menu position: sidemenu or topmenu contentWidth: 'Fixed', // layout of content: Fluid or Fixed, only works when layout is topmenu diff --git a/cmdb-ui/src/modules/acl/views/module/resourcePermForm.vue b/cmdb-ui/src/modules/acl/views/module/resourcePermForm.vue index 2ac0824..9dd2f26 100644 --- a/cmdb-ui/src/modules/acl/views/module/resourcePermForm.vue +++ b/cmdb-ui/src/modules/acl/views/module/resourcePermForm.vue @@ -57,7 +57,7 @@ - +