新版式

This commit is contained in:
duanliang
2025-11-27 22:17:26 +08:00
parent b7f4cca716
commit e967ca0514
4 changed files with 15 additions and 15 deletions

View File

@@ -114,14 +114,14 @@
legend: {
orient: 'vertical',
x: 'center',
y: '80%',
y: '60%',
bottom:'20%',
itemWidth: fitChartSize(22),
itemHeight: fitChartSize(22),
itemWidth: fitChartSize(20),
itemHeight: fitChartSize(20),
itemGap: fitChartSize(10),
textStyle: {
color: '#ffffff',
fontSize: fitChartSize(22)
fontSize: fitChartSize(18)
}
},
series: [
@@ -143,13 +143,13 @@
rich: {
value: {
color: '#fff',
fontSize: fitChartSize(22),
fontSize: fitChartSize(18),
fontWeight: 'bold',
padding: [0, 0, 5, 0]
},
name: {
color: '#fff',
fontSize: fitChartSize(20)
fontSize: fitChartSize(18)
}
}
},

View File

@@ -572,11 +572,11 @@
top: vw(8);
z-index: 9999;
padding: 0 vw(20);
height: vh(24);
height: vh(34);
text-align: center;
line-height: vh(24);
line-height: vh(34);
font-weight: 400;
font-size: vw(16);
font-size: font-vw(18);
color: #ffffff;
background-image: url('@/assets/images/unfollow.png');
background-size: 100% 100%;

View File

@@ -58,7 +58,7 @@
<div class="pt-10">
<Title3 title="今日景区车流量" />
</div>
<Line width="100%" :height="105" :data="carBearData" :xAxisData="carBearXAxisData" />
<Line width="100%" :height="130" :data="carBearData" :xAxisData="carBearXAxisData" />
</div>
<div class="border flex-1">
<div class="pt-10">
@@ -69,7 +69,7 @@
:dataList="dataLists"
:total="carTotal"
width="98%"
:height="105"
:height="140"
/>
</div>
</div>
@@ -390,7 +390,7 @@ import pubSub from 'pubsub-js'
}
.main {
width: 100%;
height: vh(800);
height: vh(700);
overflow-x: auto;
overflow-y: hidden;
position:relative;

View File

@@ -222,7 +222,7 @@
<RegionTop
:list="scenicStore.userPortraitData.data.provinceRate"
width="100%"
:height="200"
:height="220"
/>
</div>
<div class="border flex-1">
@@ -976,7 +976,7 @@
align-items: center;
background: #0a4190;
border-radius: vw(4);
font-size: vw(16.8); /* 14×1.2 */
font-size: font-vw(18); /* 14×1.2 */
color: #fff;
}
}