fix(usage): remove label text from inline account cost, keep orange color

This commit is contained in:
erio
2026-04-15 16:05:58 +08:00
parent a7dd535d47
commit e180dd0710

View File

@@ -155,7 +155,7 @@
</div>
</div>
<div v-if="row.account_rate_multiplier != null" class="mt-0.5 text-[11px] text-orange-500 dark:text-orange-400">
{{ t('usage.accountCost') }} ${{ accountBilled(row).toFixed(6) }}
A ${{ accountBilled(row).toFixed(6) }}
</div>
</div>
</template>