Commit f8cb2f7d authored by yf's avatar yf

修改四色图图例

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