From edf2aba91b85e3822b498e27a53b5bf70fa73bc9 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 29 Nov 2022 14:13:32 +0800 Subject: [PATCH] =?UTF-8?q?refacor(=E8=A7=86=E5=9B=BE):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=A7=86=E5=9B=BE=E6=98=8E=E7=BB=86=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/customComponent/UserView.vue | 1 + 1 file changed, 1 insertion(+) 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