refacor(视图): 优化视图明细弹框字体颜色

This commit is contained in:
wangjiahao 2022-11-29 14:13:32 +08:00
parent 7adcf7f940
commit edf2aba91b

View File

@ -861,6 +861,7 @@ export default {
tableChart.customStyle = JSON.parse(this.chart.customStyle)
tableChart.customAttr.color.tableHeaderBgColor = '#f8f8f9'
tableChart.customAttr.color.tableItemBgColor = '#ffffff'
tableChart.customAttr.color.tableHeaderFontColor = '#7c7e81'
tableChart.customAttr.color.tableFontColor = '#7c7e81'
tableChart.customAttr.color.tableStripe = true
tableChart.customStyle.text.show = false