修改页面跟随主题走

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>