fix: standardize currency and input selection styles

This commit is contained in:
hectorzhao
2026-07-11 10:49:00 +08:00
parent 20f89d14aa
commit a4d42cf702
15 changed files with 52 additions and 33 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ function downloadCsv(records: SmsMessageRecord[]) {
record.channel?.sendRegion ?? '',
getCarrierLabel(record.channel?.carrier),
record.billingUnits,
(record.amountCents / 100).toFixed(2),
(record.amountCents / 100).toFixed(3),
record.channel?.name ?? record.channelId ?? '',
getStatusLabel(record.status),
getTime(record.deliveredAt),