新版式

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

@@ -84,7 +84,7 @@
border: 1px solid #0096FF;
color: #fff;
font-weight: bold;
font-size: ${fitChartSize(16)}px;
font-size: ${fitChartSize(18)}px;
border-radius: ${fitChartSize(4)}px;
padding: ${fitChartSize(4)}px ${fitChartSize(12)}px;">
${valueStr}</div>`
@@ -103,12 +103,12 @@
x: 'center',
y: 'top',
icon: 'rect',
itemWidth: fitChartSize(8),
itemHeight: fitChartSize(4),
itemGap: fitChartSize(10),
itemWidth: fitChartSize(12),
itemHeight: fitChartSize(12),
itemGap: fitChartSize(12),
textStyle: {
color: '#ffffff',
fontSize: fitChartSize(12)
fontSize: fitChartSize(22)
}
},
title: {
@@ -127,14 +127,14 @@
}
},
axisLabel: {
fontSize: fitChartSize(12),
fontSize: fitChartSize(18),
color: 'rgba(255,255,255,0.9)'
}
},
yAxis: {
type: 'value',
axisLabel: {
fontSize: fitChartSize(12),
fontSize: fitChartSize(18),
color: 'rgba(255,255,255,0.9)'
},
splitLine: {