diff --git a/core/frontend/src/components/canvas/components/editor/SettingMenu.vue b/core/frontend/src/components/canvas/components/editor/SettingMenu.vue
index 2b7a96923f..38f3d5d792 100644
--- a/core/frontend/src/components/canvas/components/editor/SettingMenu.vue
+++ b/core/frontend/src/components/canvas/components/editor/SettingMenu.vue
@@ -240,6 +240,9 @@ export default {
}
},
methods: {
+ styleChange() {
+ this.$store.commit('canvasChange')
+ },
openCustomSort() {
this.showCustomSort = true
},
@@ -251,6 +254,7 @@ export default {
this.$nextTick(() => {
this.showCustomSort = false
})
+ this.styleChange()
},
positionAdjust() {
bus.$emit('change_panel_right_draw', true)
diff --git a/core/frontend/src/components/widget/deWidget/TabStyle.vue b/core/frontend/src/components/widget/deWidget/TabStyle.vue
index 730c9f8619..db1e25ce23 100644
--- a/core/frontend/src/components/widget/deWidget/TabStyle.vue
+++ b/core/frontend/src/components/widget/deWidget/TabStyle.vue
@@ -14,7 +14,7 @@
label="选项卡标题"
prop="titleShow"
>
- 隐藏
+ 隐藏