feat:右侧弹出告警详情切换后没关闭
parent
c7c09b5ca9
commit
53c45ab6db
Binary file not shown.
After Width: | Height: | Size: 707 B |
|
@ -3124,3 +3124,12 @@ svg.loading-icon {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
cursor: pointer;
|
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;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="overview-container">
|
<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="bg-box left animate__animated">
|
||||||
<div class="panel-container">
|
<div class="panel-container">
|
||||||
|
|
|
@ -152,6 +152,8 @@ export default class OverViewComponent extends BaseComponent {
|
||||||
}
|
}
|
||||||
this.resetMap();
|
this.resetMap();
|
||||||
}
|
}
|
||||||
|
this.waringRightShow = false
|
||||||
|
this.viewRightShow = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue