完善支付页面响应式设计

This commit is contained in:
2025-06-09 19:04:25 +08:00
parent f15fa7f72d
commit 61b4b6c0f4
9 changed files with 21 additions and 17 deletions

View File

@@ -43,7 +43,7 @@ export default function PurchaseForm(props: PurchaseFormProps) {
})
return (
<Form form={form} className="bg-white rounded-lg flex flex-row">
<Form form={form} className="flex flex-col lg:flex-row gap-4">
<Center/>
<Right/>
</Form>