修改页面跟随主题走

This commit is contained in:
GGJ
2024-04-26 09:04:40 +08:00
parent 69ac964005
commit 7b8fc76c19
2 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<template>
<div style="position: relative">
<div class="bars_w" ref="chartMap" id="chartMap"></div>
<span @click="circle" v-show="showCircle" class="iconfont icon-back" style="color: #003078"></span>
<span @click="circle" v-show="showCircle" class="iconfont icon-back" ></span>
</div>
</template>
@@ -215,5 +215,6 @@ watch(
left: 10px;
z-index: 2;
font-size: 20px;
color: var(--el-color-primary) !important;;
}
</style>

View File

@@ -21,7 +21,7 @@
autocomplete="off"
>
<template #prefix>
<span class="iconfont icon-yonghu" style="color: #003078"></span>
<span class="iconfont icon-yonghu" style="color: var(--el-color-primary)"></span>
</template>
</el-input>
</el-form-item>
@@ -34,7 +34,7 @@
autocomplete="off"
>
<template #prefix>
<span class="iconfont icon-mima" style="color: #003078"></span>
<span class="iconfont icon-mima" style="color: var(--el-color-primary)"></span>
</template>
</el-input>
</el-form-item>
@@ -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%;