修改页面跟随主题走
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>
|
||||
|
||||
Reference in New Issue
Block a user