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 class="light"></div>
|
||||
<div class="title" />
|
||||
<div @click="router.push({ path: '/large_screen_data_display' })">
|
||||
<icon-world theme="outline" size="18" fill="#2aa7d3" />
|
||||
<div
|
||||
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>
|
||||
</transition>
|
||||
|
@ -156,6 +165,14 @@ onBeforeUnmount(() => {
|
|||
left: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
.shujuico {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.light {
|
||||
background-image: url("/src/assets/images/map/gunag.png");
|
||||
|
|
Loading…
Reference in New Issue