新版式

This commit is contained in:
duanliang
2025-11-24 23:17:46 +08:00
parent 9d78158b77
commit 5c17235581
55 changed files with 973 additions and 731 deletions

View File

@@ -61,7 +61,7 @@
}
},
axisLabel: {
fontSize: fitChartSize(12),
fontSize: fitChartSize(20),
color: 'rgba(255,255,255,0.9)'
},
data: getXAxisData()
@@ -70,7 +70,7 @@
type: 'value',
axisLabel: {
show: false,
fontSize: fitChartSize(12),
fontSize: fitChartSize(20),
color: 'rgba(255,255,255,0.9)'
},
splitLine: {
@@ -90,7 +90,7 @@
show: true,
position: 'top',
color: '#fff',
fontSize: fitChartSize(12),
fontSize: fitChartSize(20),
formatter: (res) => {
let valueMap = {
1: '畅通',
@@ -125,7 +125,8 @@
<style scoped lang="scss">
.traffic-jam {
width: vw(800);
height: vh(250);
width: 100%;
height: vh(430);
margin-top:vh(30);
}
</style>