异常-颜色
This commit is contained in:
parent
10c32db636
commit
0eadc32c00
BIN
src/assets/images/abnormalGroup/abnormal-group-legends.png
Normal file
BIN
src/assets/images/abnormalGroup/abnormal-group-legends.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
|
|
@ -2,6 +2,7 @@
|
||||||
<div class="groupGraph-component">
|
<div class="groupGraph-component">
|
||||||
<img src="@/assets/images/groupEvolution/graph-title.png" class="titleImage" />
|
<img src="@/assets/images/groupEvolution/graph-title.png" class="titleImage" />
|
||||||
<div class="container" id="container"></div>
|
<div class="container" id="container"></div>
|
||||||
|
<div class="legends" v-show=" storeId == 'anomalousGroup'"></div>
|
||||||
<div class="timeList">
|
<div class="timeList">
|
||||||
<TimeAxis
|
<TimeAxis
|
||||||
v-if="timeList.length"
|
v-if="timeList.length"
|
||||||
|
|
@ -351,6 +352,14 @@ watch(
|
||||||
.titleImage {
|
.titleImage {
|
||||||
margin: 0 auto;
|
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 {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 503px;
|
height: 503px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user