From 3e55d127c880208dda16ff382e57b76399ba8fb9 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 11 Dec 2023 12:12:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=85=E8=B0=83=E6=95=B4=20Tab=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E6=A0=87=E7=AD=BE=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E6=9C=AA=E8=A7=A6=E5=8F=91=E5=88=B0=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?=E7=9A=84=E4=BF=9D=E5=AD=98=E6=8C=89=E9=92=AE=E8=BD=AC=E4=B8=BA?= =?UTF-8?q?=E5=8F=AF=E7=82=B9=E5=87=BB=E7=8A=B6=E6=80=81=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20#6133?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/editor/SettingMenu.vue | 4 ++++ 1 file changed, 4 insertions(+) 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)