feat:右侧弹出告警详情切换后没关闭

wuyanfu
guangyin 2023-05-19 09:51:58 +08:00
parent c7c09b5ca9
commit 53c45ab6db
4 changed files with 12 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

View File

@ -3124,3 +3124,12 @@ svg.loading-icon {
font-size: 14px;
cursor: pointer;
}
.energyRightTitle {
width: 332px;
height: 42px;
background: url("~@/assets/img/home/energyTitle.png") no-repeat 50% 50%;
line-height: 42px;
font-size: 14px;
padding: 0 12px;
}

View File

@ -1,6 +1,6 @@
<div class="overview-container">
<MapComponent id="map" @onLoaded="getMap" @onHandleChange="handleChange"></MapComponent>
<!-- <MapComponent id="map" @onLoaded="getMap" @onHandleChange="handleChange"></MapComponent>-->
<div class="bg-box left animate__animated">
<div class="panel-container">

View File

@ -152,6 +152,8 @@ export default class OverViewComponent extends BaseComponent {
}
this.resetMap();
}
this.waringRightShow = false
this.viewRightShow = false
}