修改页面跟随主题走
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user