修复趋势图表加载与比例展示
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user