From a25ed3e7005beb52eaf068b1fee9ea3cde33860c Mon Sep 17 00:00:00 2001 From: wisonic Date: Mon, 24 Feb 2025 11:51:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E8=A1=A8=E9=9A=90=E8=97=8F=E8=A1=A8=E5=A4=B4=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E5=8F=AF=E8=AE=BE=E7=BD=AE=E5=88=86=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../table/TableHeaderGroupConfig.vue | 19 +++++++++++++------ .../components/table/TableHeaderSelector.vue | 16 ++++++++++------ .../js/panel/charts/table/table-info.ts | 5 ++--- .../js/panel/common/common_table.ts | 4 ++++ 4 files changed, 29 insertions(+), 15 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableHeaderGroupConfig.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableHeaderGroupConfig.vue index b7b4d32fae..f1aa30dfde 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableHeaderGroupConfig.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableHeaderGroupConfig.vue @@ -1,10 +1,10 @@