diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue index 31f66fab69..2f1f06a6ad 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue @@ -525,6 +525,7 @@ initParams() @change="handleCurrentPlaceholderCustomChange" :min="10" :max="20" + :disabled="!chart.customStyle.component.placeholderShow" style="margin-left: 8px" step-strictly :effect="themes" @@ -534,6 +535,7 @@ initParams()