From 4ccacd1f3dd2ea0df88fb4274e225f3aa72b47ce Mon Sep 17 00:00:00 2001 From: lyp Date: Tue, 26 Aug 2025 14:13:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=97=E9=A4=90=E5=8C=85=E8=B6=85=E5=87=BA?= =?UTF-8?q?=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/payment/Payment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/payment/Payment.tsx b/src/components/payment/Payment.tsx index b8cbd96..94a55f4 100644 --- a/src/components/payment/Payment.tsx +++ b/src/components/payment/Payment.tsx @@ -215,7 +215,7 @@ export default function Payment(props: IPaymentProps) { }, { title: '套餐名称', - width: 150, + width: 170, align: 'center', dataIndex: 'packageName', key: 'packageInfoId',