refactor: Optimize ui

pull/3834/head
banbxio 2025-03-27 23:43:40 +08:00
parent 289f88867b
commit b44b95c9f6
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
:style="{ width: Math.floor(progress * 100) + '%' }"
></div>
<div class="material-progress-label">
{{ (progress * 100).toFixed(1) + "%" }}
{{ Math.floor((progress * 100)) + "%" }}
</div>
</div>
</div>