From 3075624a853f4b0a5b2862abf0e335c79a50ecc9 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 23 Nov 2022 14:30:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E8=AE=BE=E7=BD=AE=E7=BB=84=E4=BB=B6=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartStyleBatchSet.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/views/chart/view/ChartStyleBatchSet.vue b/frontend/src/views/chart/view/ChartStyleBatchSet.vue index 3be0d4f6a2..b4209f3be6 100644 --- a/frontend/src/views/chart/view/ChartStyleBatchSet.vue +++ b/frontend/src/views/chart/view/ChartStyleBatchSet.vue @@ -27,6 +27,7 @@ @onTextChange="onTextChange" @onLegendChange="onLegendChange" @onMarginChange="onMarginChange" + @onSuspensionChange="onSuspensionChange" />
@@ -103,6 +104,9 @@ export default { onMarginChange(val) { this.batchOptChange('customStyle', 'margin', val) }, + onSuspensionChange(val) { + this.batchOptChange('customAttr', 'suspension', val) + }, batchOptChange(custom, property, value) { this.$store.commit('setChangeProperties', { 'custom': custom,