From 621a3024517557c6d5c90f19a3a9801f3e203de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Mon, 2 May 2022 17:18:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=20@mixin=20?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GoReload/index.vue | 2 +- .../components/LayoutTransitionMain/index.vue | 1 - src/router/modules/project.router.ts | 1 - src/styles/common/mixins/mixins.scss | 4 ++-- src/styles/common/style.scss | 4 ++-- src/utils/plugin.ts | 1 - src/views/chart/ContentBox/index.vue | 20 +++++++++---------- .../components/ChartsItemBox/index.vue | 4 ++-- .../components/ChartsOptionContent/index.vue | 2 +- src/views/chart/ContentCharts/index.vue | 2 +- .../components/ChartThemeColor/index.vue | 2 +- .../components/EditRange/index.vue | 4 ++-- .../components/EditTools/index.vue | 2 +- .../components/LayersListItem/index.vue | 2 +- .../chart/contentHeader/headerTitle/index.vue | 1 - src/views/login/index.vue | 2 +- .../components/ProjectItemsCard/index.vue | 1 - .../components/ProjectLayoutSider/index.vue | 2 +- 18 files changed, 26 insertions(+), 31 deletions(-) diff --git a/src/components/GoReload/index.vue b/src/components/GoReload/index.vue index 80f5b1da..f8be83a0 100644 --- a/src/components/GoReload/index.vue +++ b/src/components/GoReload/index.vue @@ -15,6 +15,6 @@ onMounted(() => { @include go('reload') { height: 100vh; width: 100vw; - @include filter-bg-color('background-color') + @include fetch-bg-color('background-color') } diff --git a/src/layout/components/LayoutTransitionMain/index.vue b/src/layout/components/LayoutTransitionMain/index.vue index a197a228..41f67ccd 100644 --- a/src/layout/components/LayoutTransitionMain/index.vue +++ b/src/layout/components/LayoutTransitionMain/index.vue @@ -1,6 +1,5 @@