From b7b11d0dc9687ea0d6a4348d725f2732eebe5cac Mon Sep 17 00:00:00 2001 From: zxc <1171051090@qq.com> Date: Fri, 13 Sep 2024 23:27:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dcheckbox=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Checkbox.vue | 2 +- .../Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Checkbox.vue b/src/components/Checkbox.vue index 4cc6703c..96a613ec 100644 --- a/src/components/Checkbox.vue +++ b/src/components/Checkbox.vue @@ -8,7 +8,7 @@ @change="$event => handleChange($event)" > - + diff --git a/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue b/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue index 4530550d..45e9a64c 100644 --- a/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue +++ b/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue @@ -192,7 +192,6 @@ const updateFill = (value: string) => { // 设置扩展选项 const updateOptions = (optionProps: ChartOptions) => { - console.log(optionProps) const _handleElement = handleElement.value as PPTChartElement const newOptions = { ..._handleElement.options, ...optionProps }