修改主题色

This commit is contained in:
lix
2025-06-12 17:19:52 +08:00
parent eb90574c74
commit a31cf954cf
11 changed files with 124 additions and 47 deletions

24
config/theme.js Normal file
View File

@ -0,0 +1,24 @@
export default {
// 主题色
'primary-color': '#014F8F',
// 按钮圆角
'border-radius-base': '4px',
// layout background
'layout-background': '#F5F7FA',
// 链接色
'link-color': '#014F8F',
// layout-header-background
'layout-header-background': '#ffffff',
// error
'error-color': '#D7000F',
// menu background
'menu-list-bg': '#F2F6FC',
// menu item selected background
'menu-item-selected-bg': '#D9ECFF',
// table header
'table-header-bg': '#F2F6FC',
// table header text color
'table-header-color': '#8F9298',
// table select row background
'table-selected-row-bg': '#F2F6FC',
}