fix 优化

This commit is contained in:
duanliang
2026-01-13 11:05:05 +08:00
parent c864132820
commit 4b77459658
4 changed files with 21 additions and 12 deletions

View File

@@ -119,14 +119,14 @@
</div>
</div>
<div class="box-1">
<div class="box-1" >
<Title3 title="客源地TOP5" />
<RegionTop :list="homeStore.userPortraitData.provinceRate" width="100%" :height="150" />
<RegionTop :list="homeStore.userPortraitData.provinceRate" width="100%" :height="160" />
</div>
<div class="box-1">
<Title3 title="购票渠道" />
<TicketSource :list="homeStore.userPortraitData.channel" width="100%" :height="150" />
<TicketSource :list="homeStore.userPortraitData.channel" width="100%" :height="160" />
</div>
</div>
@@ -302,7 +302,7 @@
}
.age-box {
width: vw(400);
height: vh(650);
height: vh(680);
background-image: url('@/assets/images/bg-3.png');
background-size: 100% 100%;
&:nth-child(1) {
@@ -311,8 +311,8 @@
}
.box-1 {
width: vw(400);
height: 100%;
height: vh(650);
height: vh(680);
background-image: url('@/assets/images/bg-3.png');
background-size: 100% 100%;
&:nth-child(2) {