fix 优化

This commit is contained in:
duanliang
2026-01-06 14:25:46 +08:00
parent 0ed5a3bab2
commit 586fe3f80d
11 changed files with 23 additions and 24 deletions

View File

@@ -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;