From 52aa484202a10691fe67c2a0238b84b3585e333e Mon Sep 17 00:00:00 2001 From: erio Date: Tue, 3 Mar 2026 05:54:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=97=E8=A1=A8=E9=A1=B5=E5=8D=A0?= =?UTF-8?q?=E6=BB=A1=E5=AE=BD=E5=BA=A6=EF=BC=8C=E5=85=85=E5=80=BC=E9=A1=B5?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E5=B1=85=E4=B8=AD=E5=8D=A1=E7=89=87=EF=BC=8C?= =?UTF-8?q?=E5=B5=8C=E5=85=A5=E6=A8=A1=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - maxWidth 新增 'lg' 选项(max-w-6xl),'full' 改为无限制 - 充值页 PC 端使用 'lg',管理后台/我的订单使用 'full' 占满宽度 - 嵌入模式:减小外边距、隐藏装饰光斑、取消 min-h-screen Co-Authored-By: Claude Opus 4.6 --- src/app/pay/page.tsx | 2 +- src/components/PayPageLayout.tsx | 37 +++++++++++++++++++------------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/src/app/pay/page.tsx b/src/app/pay/page.tsx index 2c35dbb..5114959 100644 --- a/src/app/pay/page.tsx +++ b/src/app/pay/page.tsx @@ -304,7 +304,7 @@ function PayContent() { -
-
+ {!isEmbedded && ( + <> +
+
+ + )}