prinvest_mate / web_assets /html /billing_info.html
Keldos
BREAKING (refactor): 完全重构整理css和js
9186425
raw
history blame
308 Bytes
<b>{label}</b>
<div class="progress-bar">
<div class="progress" style="width: {usage_percent}%;">
<span class="progress-text">{usage_percent}%</span>
</div>
</div>
<div style="display: flex; justify-content: space-between;">
<span>${rounded_usage}</span><span>${usage_limit}</span>
</div>