forked from integrated_whb/integrated_whb_vue
样式修改
parent
89c446c291
commit
94feeeb9bf
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
|
@ -11,8 +11,17 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="light"></div>
|
<div class="light"></div>
|
||||||
<div class="title" />
|
<div class="title" />
|
||||||
<div @click="router.push({ path: '/large_screen_data_display' })">
|
<div
|
||||||
<icon-world theme="outline" size="18" fill="#2aa7d3" />
|
class="shujuico"
|
||||||
|
@click="router.push({ path: '/large_screen_data_display' })"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
src="/src/assets/images/map/shuju.png"
|
||||||
|
alt=""
|
||||||
|
width="40px"
|
||||||
|
height="40px"
|
||||||
|
/>
|
||||||
|
<span>实时数据</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
|
@ -156,6 +165,14 @@ onBeforeUnmount(() => {
|
||||||
left: 0;
|
left: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.shujuico {
|
||||||
|
position: absolute;
|
||||||
|
top: 20px;
|
||||||
|
right: 20px;
|
||||||
|
cursor: pointer;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.light {
|
.light {
|
||||||
background-image: url("/src/assets/images/map/gunag.png");
|
background-image: url("/src/assets/images/map/gunag.png");
|
||||||
|
|
Loading…
Reference in New Issue