Merge branch 'master' of http://172.16.20.1:3000/duanhao/SocialNetworks_duan
This commit is contained in:
commit
c52d14b21d
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">
|
||||
<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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user