新版式

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

@@ -93,7 +93,7 @@
legend: {
show: true,
x: 'center',
y: 'bottom',
y: '75%',
itemHeight: fitChartSize(12),
itemWidth: fitChartSize(12),
itemGap: fitChartSize(6),
@@ -113,12 +113,12 @@
rich: {
name: {
color: '#fff',
fontSize: fitChartSize(12)
fontSize: fitChartSize(18)
},
value: {
color: '#00D5F6',
fontWeight: 600,
fontSize: fitChartSize(12)
fontSize: fitChartSize(18)
}
}
}
@@ -165,7 +165,7 @@
top:0;
width: 100%;
height: 100%;
font-size:vw(18);
font-size:fonnt-vw(20);
// color:#999;
color:#02f9fa;
display: flex;
@@ -228,12 +228,12 @@
}
&-item-label {
font-weight: 400;
font-size: vw(12);
font-size: vw(18);
line-height: vh(14);
}
&-item-value {
font-weight: bold;
font-size: vw(16);
font-size: vw(22);
line-height: vh(18);
}
}