fix 优化
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</div>
|
||||
<Line
|
||||
width="100%"
|
||||
:height="140"
|
||||
:height="145"
|
||||
:data="scenicQueueData"
|
||||
:xAxisData="scenicQueueXAxisData"
|
||||
/>
|
||||
@@ -68,7 +68,7 @@
|
||||
</div>
|
||||
<Line
|
||||
width="100%"
|
||||
:height="125"
|
||||
:height="133"
|
||||
:data="scenicBearData"
|
||||
:xAxisData="scenicBearXAxisData"
|
||||
/>
|
||||
@@ -140,7 +140,7 @@
|
||||
:dataList="scenicStore?.secureData.dataList"
|
||||
:total="alarmTotal"
|
||||
width="100%"
|
||||
:height="140"
|
||||
:height="145"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -189,7 +189,7 @@
|
||||
|
||||
<div class="box-4 mr-8">
|
||||
<Title1 title="用户画像" />
|
||||
<div class="flex" style="height: 88%;">
|
||||
<div class="flex" style="height: 90%;">
|
||||
<div class="border mr-8 flex-1">
|
||||
<Title3 title="年龄/性别占比" />
|
||||
<age :list="scenicStore.userPortraitData.data.ageRate" />
|
||||
@@ -1156,7 +1156,7 @@
|
||||
.car-ship {
|
||||
// width: vw(660);
|
||||
width: 100%;
|
||||
height: vh(750);
|
||||
height: vh(780);
|
||||
}
|
||||
.full {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user