From 7b8fc76c19d795664880c25a1a6d099d16a9ecc6 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Fri, 26 Apr 2024 09:04:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E8=B7=9F?= =?UTF-8?q?=E9=9A=8F=E4=B8=BB=E9=A2=98=E8=B5=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/echarts/MyEchartMap.vue | 3 ++- src/views/user/login.vue | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/echarts/MyEchartMap.vue b/src/components/echarts/MyEchartMap.vue index 7bb43e58..baa51f0b 100644 --- a/src/components/echarts/MyEchartMap.vue +++ b/src/components/echarts/MyEchartMap.vue @@ -2,7 +2,7 @@ @@ -215,5 +215,6 @@ watch( left: 10px; z-index: 2; font-size: 20px; + color: var(--el-color-primary) !important;; } diff --git a/src/views/user/login.vue b/src/views/user/login.vue index b129c8df..62374224 100644 --- a/src/views/user/login.vue +++ b/src/views/user/login.vue @@ -21,7 +21,7 @@ autocomplete="off" > @@ -34,7 +34,7 @@ autocomplete="off" > @@ -165,7 +165,7 @@ const onSubmit = async (formEl: FormInstance | undefined) => { width: 100%; min-height: 100%; overflow: hidden; - background-color: #003078 !important; + background-color: var(--el-color-primary) !important; background-position: center 110px; background-repeat: repeat; background-size: 100%;