fix 优化
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user