新版式
This commit is contained in:
@@ -114,14 +114,14 @@
|
|||||||
legend: {
|
legend: {
|
||||||
orient: 'vertical',
|
orient: 'vertical',
|
||||||
x: 'center',
|
x: 'center',
|
||||||
y: '80%',
|
y: '60%',
|
||||||
bottom:'20%',
|
bottom:'20%',
|
||||||
itemWidth: fitChartSize(22),
|
itemWidth: fitChartSize(20),
|
||||||
itemHeight: fitChartSize(22),
|
itemHeight: fitChartSize(20),
|
||||||
itemGap: fitChartSize(10),
|
itemGap: fitChartSize(10),
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: '#ffffff',
|
color: '#ffffff',
|
||||||
fontSize: fitChartSize(22)
|
fontSize: fitChartSize(18)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
series: [
|
series: [
|
||||||
@@ -143,13 +143,13 @@
|
|||||||
rich: {
|
rich: {
|
||||||
value: {
|
value: {
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
fontSize: fitChartSize(22),
|
fontSize: fitChartSize(18),
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
padding: [0, 0, 5, 0]
|
padding: [0, 0, 5, 0]
|
||||||
},
|
},
|
||||||
name: {
|
name: {
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
fontSize: fitChartSize(20)
|
fontSize: fitChartSize(18)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -572,11 +572,11 @@
|
|||||||
top: vw(8);
|
top: vw(8);
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
padding: 0 vw(20);
|
padding: 0 vw(20);
|
||||||
height: vh(24);
|
height: vh(34);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: vh(24);
|
line-height: vh(34);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: vw(16);
|
font-size: font-vw(18);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-image: url('@/assets/images/unfollow.png');
|
background-image: url('@/assets/images/unfollow.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
<div class="pt-10">
|
<div class="pt-10">
|
||||||
<Title3 title="今日景区车流量" />
|
<Title3 title="今日景区车流量" />
|
||||||
</div>
|
</div>
|
||||||
<Line width="100%" :height="105" :data="carBearData" :xAxisData="carBearXAxisData" />
|
<Line width="100%" :height="130" :data="carBearData" :xAxisData="carBearXAxisData" />
|
||||||
</div>
|
</div>
|
||||||
<div class="border flex-1">
|
<div class="border flex-1">
|
||||||
<div class="pt-10">
|
<div class="pt-10">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
:dataList="dataLists"
|
:dataList="dataLists"
|
||||||
:total="carTotal"
|
:total="carTotal"
|
||||||
width="98%"
|
width="98%"
|
||||||
:height="105"
|
:height="140"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -390,7 +390,7 @@ import pubSub from 'pubsub-js'
|
|||||||
}
|
}
|
||||||
.main {
|
.main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: vh(800);
|
height: vh(700);
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
|||||||
@@ -222,7 +222,7 @@
|
|||||||
<RegionTop
|
<RegionTop
|
||||||
:list="scenicStore.userPortraitData.data.provinceRate"
|
:list="scenicStore.userPortraitData.data.provinceRate"
|
||||||
width="100%"
|
width="100%"
|
||||||
:height="200"
|
:height="220"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="border flex-1">
|
<div class="border flex-1">
|
||||||
@@ -976,7 +976,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
background: #0a4190;
|
background: #0a4190;
|
||||||
border-radius: vw(4);
|
border-radius: vw(4);
|
||||||
font-size: vw(16.8); /* 14×1.2 */
|
font-size: font-vw(18); /* 14×1.2 */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user