feat:修改表格初始化样式

main
liu.shiyi 2 years ago
parent d705f63d20
commit 86067d930b

@ -81,7 +81,7 @@ export default {
color:
this.customTheme === 'light'
? '#000000'
: this.config.customize.headerFontColor || '#ffffff',
: this.config.customize.headerFontColor || '#000000',
fontSize: this.config.customize.headerFontSize + 'px' || '14px'
}
return style

@ -40,7 +40,7 @@ const customConfig = {
// 表格头部背景颜色
headerBackgroundColor: '',
// 表格头部字体颜色
headerFontColor: '#ffffff',
headerFontColor: '#000000',
// 表格头部字体大小
headerFontSize: 14,
// 表格主体背景颜色

Loading…
Cancel
Save