修改页面跟随主题走

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> <template>
<div style="position: relative"> <div style="position: relative">
<div class="bars_w" ref="chartMap" id="chartMap"></div> <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> </div>
</template> </template>
@@ -215,5 +215,6 @@ watch(
left: 10px; left: 10px;
z-index: 2; z-index: 2;
font-size: 20px; font-size: 20px;
color: var(--el-color-primary) !important;;
} }
</style> </style>

View File

@@ -21,7 +21,7 @@
autocomplete="off" autocomplete="off"
> >
<template #prefix> <template #prefix>
<span class="iconfont icon-yonghu" style="color: #003078"></span> <span class="iconfont icon-yonghu" style="color: var(--el-color-primary)"></span>
</template> </template>
</el-input> </el-input>
</el-form-item> </el-form-item>
@@ -34,7 +34,7 @@
autocomplete="off" autocomplete="off"
> >
<template #prefix> <template #prefix>
<span class="iconfont icon-mima" style="color: #003078"></span> <span class="iconfont icon-mima" style="color: var(--el-color-primary)"></span>
</template> </template>
</el-input> </el-input>
</el-form-item> </el-form-item>
@@ -165,7 +165,7 @@ const onSubmit = async (formEl: FormInstance | undefined) => {
width: 100%; width: 100%;
min-height: 100%; min-height: 100%;
overflow: hidden; overflow: hidden;
background-color: #003078 !important; background-color: var(--el-color-primary) !important;
background-position: center 110px; background-position: center 110px;
background-repeat: repeat; background-repeat: repeat;
background-size: 100%; background-size: 100%;