From a9fa29d9d7548e3e1eb12bd5b618a82bc43f1f72 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 1 Feb 2024 16:15:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A7=86=E5=9B=BE=E6=94=BE=E5=A4=A7=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E6=A0=B7=E5=BC=8F=20#7729?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/components/canvas/customComponent/UserView.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/frontend/src/components/canvas/customComponent/UserView.vue b/core/frontend/src/components/canvas/customComponent/UserView.vue index 815034c764..647a7d5863 100644 --- a/core/frontend/src/components/canvas/customComponent/UserView.vue +++ b/core/frontend/src/components/canvas/customComponent/UserView.vue @@ -1112,6 +1112,8 @@ export default { tableChart.customAttr.color.tableFontColor = '#7c7e81' tableChart.customAttr.color.enableTableCrossBG = false tableChart.customAttr.size.showTableHeader = true + tableChart.customAttr.size.tableTitleFontSize = 12 + tableChart.customAttr.size.tableItemFontSize = 12 } tableChart.customAttr.size.tableColumnFreezeHead = 0 tableChart.customAttr.size.tableRowFreezeHead = 0