Files
fe_service_ebtp_frontend/config/theme.js
2025-07-11 16:20:56 +08:00

34 lines
972 B
JavaScript

export default {
// 主题色
'primary-color': '#014F8F',
// 标题色
'heading-color': '#000000',
// 主文本色
'text-color': '#131414',
// 次文本色
'text-color-secondary': '#262626',
// 链接色
'link-color': '#014F8F',
// 错误色
'error-color': '#D7000F',
// 按钮圆角
'border-radius-base': '4px',
// layout 背景色
'layout-background': '#F5F7FA',
// 链接色
'link-color': '#014F8F',
// layout-header-background 头部背景色
'layout-header-background': '#ffffff',
// error 错误色
'error-color': '#D7000F',
// menu-list-bg 菜单背景色
'menu-list-bg': '#F2F6FC',
// menu-item-selected-bg 菜单选中背景色
'menu-item-selected-bg': '#D9ECFF',
// table-header-bg 表格头部背景色
'table-header-bg': '#F2F6FC',
// table-header-color 表格头部文本色
'table-header-color': '#8F9298',
// table-selected-row-bg 表格选中行背景色
'table-selected-row-bg': '#F2F6FC',
}