diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 2684d035c2..5491e69547 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -271,7 +271,11 @@ const getFields = (id, chartId, type) => { } const chartStyleShow = computed(() => { - return view.value.type !== 'richText' + return ( + view.value.type !== 'richText' && + curComponent.value && + curComponent.value.component === 'UserView' + ) }) const chartViewInstance = computed(() => {