diff --git a/frontend/src/components/canvas/customComponent/UserView.vue b/frontend/src/components/canvas/customComponent/UserView.vue index 8280019d6f..a6cd3f3a8c 100644 --- a/frontend/src/components/canvas/customComponent/UserView.vue +++ b/frontend/src/components/canvas/customComponent/UserView.vue @@ -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