Files
fe_service_ebtp_frontend/config/theme.js
2025-06-20 16:34:31 +08:00

24 lines
629 B
JavaScript

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',
}