样式优化整合
This commit is contained in:
@ -1,24 +1,34 @@
|
||||
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 background
|
||||
// layout 背景色
|
||||
'layout-background': '#F5F7FA',
|
||||
// 链接色
|
||||
'link-color': '#014F8F',
|
||||
// layout-header-background
|
||||
// layout-header-background 头部背景色
|
||||
'layout-header-background': '#ffffff',
|
||||
// error
|
||||
// error 错误色
|
||||
'error-color': '#D7000F',
|
||||
// menu background
|
||||
// menu-list-bg 菜单背景色
|
||||
'menu-list-bg': '#F2F6FC',
|
||||
// menu item selected background
|
||||
// menu-item-selected-bg 菜单选中背景色
|
||||
'menu-item-selected-bg': '#D9ECFF',
|
||||
// table header
|
||||
// table-header-bg 表格头部背景色
|
||||
'table-header-bg': '#F2F6FC',
|
||||
// table header text color
|
||||
// table-header-color 表格头部文本色
|
||||
'table-header-color': '#8F9298',
|
||||
// table select row background
|
||||
// table-selected-row-bg 表格选中行背景色
|
||||
'table-selected-row-bg': '#F2F6FC',
|
||||
}
|
Reference in New Issue
Block a user