prinvest_mate / assets /html /billing_info.html
Keldos
refactor: 分离用量账单进度条的html
d2d74c3
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>