This commit is contained in:
qumeng039@126.com 2025-08-12 14:12:09 +08:00
commit c52d14b21d
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -2,6 +2,7 @@
<div class="groupGraph-component">
<img src="@/assets/images/groupEvolution/graph-title.png" class="titleImage" />
<div class="container" id="container"></div>
<div class="legends" v-show=" storeId == 'anomalousGroup'"></div>
<div class="timeList">
<TimeAxis
v-if="timeList.length"
@ -353,6 +354,14 @@ watch(
.titleImage {
margin: 0 auto;
}
.legends {
position: absolute;
width: 160px;
height: 55px;
right: 2%;
top: 76%;
background-image: url('@/assets/images/abnormalGroup/abnormal-group-legends.png');
}
.container {
width: 100%;
height: 503px;