From 5033a0841b62a6f05e66c9c98ecb8779bd7247cf Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 6 Oct 2022 17:45:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(tabs):=20=E9=80=89=E9=A1=B9=E5=8D=A1?= =?UTF-8?q?=E5=86=85=E9=83=A8=E5=9C=B0=E5=9B=BE=E7=BC=A9=E6=94=BE=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=B2=A1=E6=9C=89=E8=B7=9F=E9=9A=8F=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/widget/DeWidget/DeTabs.vue | 2 +- frontend/src/views/chart/view/DrillPath.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/widget/DeWidget/DeTabs.vue b/frontend/src/components/widget/DeWidget/DeTabs.vue index 043983da4c..387f2a264a 100644 --- a/frontend/src/components/widget/DeWidget/DeTabs.vue +++ b/frontend/src/components/widget/DeWidget/DeTabs.vue @@ -291,7 +291,7 @@ export default { this.setContentThemeStyle() } }, - 'themeStyle.commonBackground.color'(value, old) { + 'themeStyle.backgroundColorSelect'(value, old) { if (value !== old) { this.setContentThemeStyle() } diff --git a/frontend/src/views/chart/view/DrillPath.vue b/frontend/src/views/chart/view/DrillPath.vue index 825f889e06..7dc900e6a6 100644 --- a/frontend/src/views/chart/view/DrillPath.vue +++ b/frontend/src/views/chart/view/DrillPath.vue @@ -32,7 +32,7 @@ export default { } }, watch: { - 'themeStyle.commonBackground.color'() { + 'themeStyle.backgroundColorSelect'() { this.loadThemeStyle() }, 'themeStyle.color'() {