完善支付页面响应式设计
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user