增加平昌地图图例
This commit is contained in:
@@ -52,6 +52,7 @@
|
|||||||
<div class="corn" v-for="i in 4" :key="i"/>
|
<div class="corn" v-for="i in 4" :key="i"/>
|
||||||
<div ref="mapInfoWin"/>
|
<div ref="mapInfoWin"/>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="data.showPingchangMapLegend" class="pingchangMapLegend"/>
|
||||||
</ai-map>
|
</ai-map>
|
||||||
<ai-monitor :src="data.src" v-else-if="currentType === 'monitor'" :type="data.monitorType"/>
|
<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
|
<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>
|
</style>
|
||||||
|
|||||||
@@ -185,6 +185,12 @@
|
|||||||
<ai-select v-model="config.is3dAround" :selectList="dict.getDict('yesOrNo')"/>
|
<ai-select v-model="config.is3dAround" :selectList="dict.getDict('yesOrNo')"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="layout-config__item layout-config__item--input">
|
||||||
|
<label>显示图例</label>
|
||||||
|
<div class="layout-config__item--right">
|
||||||
|
<ai-select v-model="config.showPingchangMapLegend" :selectList="dict.getDict('yesOrNo')"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<div class="layout-config__item" v-if="config.type === 'summary'">
|
<div class="layout-config__item" v-if="config.type === 'summary'">
|
||||||
<label>数据汇总</label>
|
<label>数据汇总</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user