From 71cced80f94f40a9f2d20a536cfacc0945438cdb Mon Sep 17 00:00:00 2001 From: junjun Date: Fri, 10 Jun 2022 17:22:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=88=97=E5=AE=BD=E8=AE=BE=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/chart/util.js | 4 ++-- .../views/chart/components/shape-attr/SizeSelectorAntV.vue | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/chart/chart/util.js b/frontend/src/views/chart/chart/util.js index 6f538c11e7..7c0ed57281 100644 --- a/frontend/src/views/chart/chart/util.js +++ b/frontend/src/views/chart/chart/util.js @@ -1203,7 +1203,7 @@ export const TYPE_CONFIGS = [ 'tableItemFontSize', 'tableTitleHeight', 'tableItemHeight', - 'tableColumnMode' + 'tableColumnWidth' ], 'title-selector': [ 'show', @@ -1241,7 +1241,7 @@ export const TYPE_CONFIGS = [ 'tableItemFontSize', 'tableTitleHeight', 'tableItemHeight', - 'tableColumnMode' + 'tableColumnWidth' ], 'title-selector': [ 'show', diff --git a/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue b/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue index 6d37c12b00..58cdd93441 100644 --- a/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue +++ b/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue @@ -258,8 +258,9 @@