From b5faf07c6c023a2a344db1f1228970a7b575d0aa Mon Sep 17 00:00:00 2001 From: wood chen Date: Sat, 8 Feb 2025 21:51:35 +0800 Subject: [PATCH] Adjust Prices view table column width --- frontend/src/views/Prices.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Prices.vue b/frontend/src/views/Prices.vue index a4eab41..f26d464 100644 --- a/frontend/src/views/Prices.vue +++ b/frontend/src/views/Prices.vue @@ -126,7 +126,7 @@ {{ row.output_price === 0 ? '免费' : calculateRate(row.output_price, row.currency) }} - +