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 }