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%;