增加平昌地图图例
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
<div class="corn" v-for="i in 4" :key="i"/>
|
||||
<div ref="mapInfoWin"/>
|
||||
</div>
|
||||
<div v-if="data.showPingchangMapLegend" class="pingchangMapLegend"/>
|
||||
</ai-map>
|
||||
<ai-monitor :src="data.src" v-else-if="currentType === 'monitor'" :type="data.monitorType"/>
|
||||
<video style="width: 100%; height: 100%; object-fit: fill;" loop :src="data.src" autoplay
|
||||
@@ -345,5 +346,16 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pingchangMapLegend {
|
||||
width: 429px;
|
||||
height: 45px;
|
||||
background: url("https://cdn.cunwuyun.cn/pingchang/pingchangMapLegend.png");
|
||||
position: absolute;
|
||||
bottom: 32px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user