From 950a4de34e413881a527c78812e12cf47bd0eb33 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 20 Feb 2024 14:11:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=98=8E=E7=BB=86=E6=95=B0=E6=8D=AE=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=A4=A7=E5=B0=8F=E8=B0=83=E6=95=B4=20#7729?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/customComponent/UserView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/frontend/src/components/canvas/customComponent/UserView.vue b/core/frontend/src/components/canvas/customComponent/UserView.vue index 8d9fe2dfef..c522a3565e 100644 --- a/core/frontend/src/components/canvas/customComponent/UserView.vue +++ b/core/frontend/src/components/canvas/customComponent/UserView.vue @@ -1111,8 +1111,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.tableTitleFontSize = 14 + tableChart.customAttr.size.tableItemFontSize = 14 } tableChart.customAttr.size.tableColumnFreezeHead = 0 tableChart.customAttr.size.tableRowFreezeHead = 0