修复趋势图表加载与比例展示

This commit is contained in:
2026-07-29 14:18:45 +08:00
parent 1372ec19b8
commit 19b0c4d4c8
5 changed files with 124 additions and 45 deletions
+2 -2
View File
@@ -39,11 +39,11 @@
/* value caption floats above the bar so it never eats into bar height */
.trend-bar-value {
position: absolute;
top: -28rpx;
top: -26rpx;
left: 0;
right: 0;
text-align: center;
font-size: 18rpx;
font-size: 16rpx;
color: var(--text-secondary);
line-height: 1;
white-space: nowrap;