样式优化

This commit is contained in:
黄心宇 2025-06-04 11:46:30 +08:00
parent 6ab14f5227
commit e03fcf8c2d
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ function IssueList(props) {
<div className="total-item">
<span className="item-text"> <img src={ icon} alt="" /> {label}</span>
<span className="item-more">({moreValue}<span>{formatNumber(value)}</span>)</span>
<span className="ml20 item-value">
<span className="item-value">
{percent}%
</span>
</div>