From 808f5c481e30393df88de8129b36856977aac06f Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Sun, 24 Aug 2025 17:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(topup):=20align=20containe?= =?UTF-8?q?r=20width=20with=20PersonalSetting=20(w-full=20max-7xl)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Set TopUp page outer wrapper to "w-full max-w-7xl mx-auto px-2" to match PersonalSetting and ensure consistent layout width and padding. - No functional changes; UI-only adjustment. - Lint checks passed. - Verified that pages/TopUp only re-exports the component (no extra wrapper). Affected: web/src/components/topup/index.jsx --- web/src/components/topup/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/topup/index.jsx b/web/src/components/topup/index.jsx index 5fada938..0fb4ccb1 100644 --- a/web/src/components/topup/index.jsx +++ b/web/src/components/topup/index.jsx @@ -449,7 +449,7 @@ const TopUp = () => { }; return ( -
+
{/* 划转模态框 */}