From 9440019d5a7b743192827cd60d3f6a04bb4bf2eb Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 17 Nov 2025 17:47:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E4=B9=9F=E8=A6=81?= =?UTF-8?q?=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/MerchantForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/MerchantForm.vue b/app/components/MerchantForm.vue index 563354a..ab47d1d 100644 --- a/app/components/MerchantForm.vue +++ b/app/components/MerchantForm.vue @@ -99,7 +99,7 @@ interface Props { } const props = withDefaults(defineProps(), { - containerClass: 'w-full p-4 bg-white rounded-lg shadow-xl mb-16' + containerClass: 'w-full max-w-3xl mx-auto p-4 bg-white rounded-lg shadow-xl mb-16' }) const toast = useToast()