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