This commit is contained in:
yanran200730
2023-04-26 09:15:35 +08:00
parent b126053e09
commit 7086b7af99
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@
<h2>单位成员关系人数</h2> <h2>单位成员关系人数</h2>
</div> </div>
<ai-echart-v2 <ai-echart-v2
style="height: 236px; width: 100%;" style="height: 246px; width: 100%;"
:ref="'chart2'" :ref="'chart2'"
:data="lineData1" :data="lineData1"
:ops="barChart8"> :ops="barChart8">
@@ -114,7 +114,7 @@
</div> </div>
</div> </div>
<div class="wrapper" style="position: relative;"> <div class="wrapper" style="position: relative;">
<DvMap style="width: 100%; height: 356px;"></DvMap> <DvMap style="width: 100%; height: 376px;"></DvMap>
<div class="total-info"> <div class="total-info">
<div class="total-info__item"> <div class="total-info__item">
<img src="https://cdn.cunwuyun.cn/dvcp/dv/qxn/icon3.png"> <img src="https://cdn.cunwuyun.cn/dvcp/dv/qxn/icon3.png">

View File

@@ -329,7 +329,7 @@ export default {
z-index: 1; z-index: 1;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: rgba($color: #000000, $alpha: 0); background: rgba($color: #000000, $alpha: 0.1);
} }
.info-content { .info-content {