From 448216d1e6443b48d437bb8c17c0458330fc7775 Mon Sep 17 00:00:00 2001 From: lyp Date: Tue, 26 Aug 2025 14:12:22 +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 | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/src/components/payment/Payment.tsx b/src/components/payment/Payment.tsx index 45f5b64..b8cbd96 100644 --- a/src/components/payment/Payment.tsx +++ b/src/components/payment/Payment.tsx @@ -219,12 +219,13 @@ export default function Payment(props: IPaymentProps) { align: 'center', dataIndex: 'packageName', key: 'packageInfoId', - ellipsis: { - showTitle: false, - }, - render: (text: string) => { - return
{text}
- } + // ellipsis: { + // showTitle: false, + // }, + ellipsis: true, + // render: (text: string) => { + // return
{text}
+ // } }, { title: '套餐说明', @@ -232,12 +233,15 @@ export default function Payment(props: IPaymentProps) { align: 'center', dataIndex: 'packageDescription', key: 'packageInfoId', - ellipsis: { - showTitle: false, - }, - render: (text: string) => { - return
{text}
- } + // ellipsis: { + // showTitle: false, + // }, + ellipsis: true, + // render: (text: string) => { + // return {text} + + // } }, {