From 5b5dbb95c2e06054107c066b5b67b8d792f4c447 Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 25 Nov 2024 15:07:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E8=A7=A3=E9=99=A4?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E8=A1=8C=E9=AB=98100=E7=9A=84=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #13385 最大限制由100调整为1000 --- .../editor/editor-style/components/table/TableCellSelector.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue index 3de25c4704..946c567f44 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue @@ -308,7 +308,7 @@ onMounted(() => { controls-position="right" v-model="state.tableCellForm.tableItemHeight" :min="20" - :max="100" + :max="1000" @change="changeTableCell('tableItemHeight')" />