Commit 7b0a5f6d authored by 朱超's avatar 朱超

地图页面增加标题

parent f2573870
...@@ -10,7 +10,8 @@ import AMapLoader from "@amap/amap-jsapi-loader"; ...@@ -10,7 +10,8 @@ import AMapLoader from "@amap/amap-jsapi-loader";
v-loading.fullscreen.lock="fullscreenLoading" v-loading.fullscreen.lock="fullscreenLoading"
element-loading-background="rgba(122, 122, 122, 0.6)" element-loading-background="rgba(122, 122, 122, 0.6)"
> >
<div class="btnGroup"> <div class="topTitleBlock"><img src="/imgs/Gis/mapTitle.png" /></div>
<div class="btnGroup" style="margin-top: 30px;">
<div class="btn btn1" @click="heatBtnClick(1)"><p>实时热耗</p></div> <div class="btn btn1" @click="heatBtnClick(1)"><p>实时热耗</p></div>
<div class="btn btn2" @click="heatBtnClick(2)"><p>供热面积</p></div> <div class="btn btn2" @click="heatBtnClick(2)"><p>供热面积</p></div>
<div class="btn btn3" @click="heatBtnClick(3)"><p>返回首页</p></div> <div class="btn btn3" @click="heatBtnClick(3)"><p>返回首页</p></div>
...@@ -2200,6 +2201,13 @@ export default defineComponent({ ...@@ -2200,6 +2201,13 @@ export default defineComponent({
}); });
</script> </script>
<style scoped> <style scoped>
.topTitleBlock {
position: absolute;
top: 0;
left: 50%;
margin-left: -550px;
z-index: 9;
}
.videoBlock { .videoBlock {
position: fixed; position: fixed;
width: 1280px; width: 1280px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment