From c7bfab9654c8fecbb11ef74e9f93de82ab183aab Mon Sep 17 00:00:00 2001
From: wangjiahao <1522128093@qq.com>
Date: Mon, 1 Nov 2021 17:24:56 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E6=96=87=E6=9C=AC=E9=93=BE=E6=8E=A5?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E4=BB=AA=E8=A1=A8=E6=9D=BF=E5=BA=95?=
=?UTF-8?q?=E8=89=B2=E4=BF=AE=E6=94=B9=EF=BC=8C=E4=BF=9D=E5=AD=98=E6=8C=89?=
=?UTF-8?q?=E9=92=AE=E8=BF=98=E6=98=AF=E7=81=B0=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/components/canvas/components/Editor/Hyperlinks.vue | 1 +
.../panel/SubjectSetting/PanelStyle/BackgroundSelector.vue | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/frontend/src/components/canvas/components/Editor/Hyperlinks.vue b/frontend/src/components/canvas/components/Editor/Hyperlinks.vue
index 45da866b42..8fe2609f57 100644
--- a/frontend/src/components/canvas/components/Editor/Hyperlinks.vue
+++ b/frontend/src/components/canvas/components/Editor/Hyperlinks.vue
@@ -61,6 +61,7 @@ export default {
methods: {
onSubmit() {
this.curComponent.hyperlinks = deepCopy(this.linkInfo)
+ this.$store.state.styleChangeTimes++
this.popoverClose()
},
onClose() {
diff --git a/frontend/src/views/panel/SubjectSetting/PanelStyle/BackgroundSelector.vue b/frontend/src/views/panel/SubjectSetting/PanelStyle/BackgroundSelector.vue
index 80d9182335..d62f269595 100644
--- a/frontend/src/views/panel/SubjectSetting/PanelStyle/BackgroundSelector.vue
+++ b/frontend/src/views/panel/SubjectSetting/PanelStyle/BackgroundSelector.vue
@@ -12,7 +12,7 @@
{{ $t('chart.color') }}
-
+