Commit f8cb2f7d authored by yf's avatar yf

修改四色图图例

parent b79545bd
<template> <template>
<div class="wrap" ref="mapmidbox"> <div class="wrap" ref="mapmidbox">
<div class="north"> <div class="north" style="margin-right: 20px">
<img src="../../assets/images/north.png" alt="" /> <img src="../../../assets/images/north.png" alt="" />
</div> </div>
<grid-layout <grid-layout
id="gridView" id="gridView"
...@@ -399,14 +399,14 @@ export default { ...@@ -399,14 +399,14 @@ export default {
} }
.wrap { .wrap {
/* height: 100vh; */ /* height: 100vh; */
width: 100%; width: 105%;
position: relative; position: relative;
} }
.north { .north {
position: absolute; position: absolute;
display: inline-block; display: inline-block;
top: 1.5rem; top: 1.5rem;
right: 0.5rem; right: 5rem;
z-index: 999; z-index: 999;
} }
.north img { .north img {
......
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