From 37edf01e78a48788c862810c11739662444f4147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liu=20=E5=AE=87=E9=98=B3?= Date: Sun, 10 Nov 2024 18:55:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=9A=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86=E7=A7=BB=E5=8A=A8=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Tag/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Tag/index.tsx b/src/pages/Tag/index.tsx index 6b3b791..d46de4e 100644 --- a/src/pages/Tag/index.tsx +++ b/src/pages/Tag/index.tsx @@ -72,8 +72,8 @@ const TagPage = () => { <> - <div className='flex justify-between mx-auto mt-2'> - <Card className="w-[40%] h-48"> + <div className='flex md:justify-between flex-col md:flex-row mx-auto mt-2'> + <Card className="w-full md:w-[40%] h-48"> <Form form={form} layout="vertical" @@ -92,7 +92,7 @@ const TagPage = () => { </Form> </Card> - <Card className="w-[59%] [&>.ant-card-body]:!p-0"> + <Card className="w-full md:w-[59%] [&>.ant-card-body]:!p-0 mt-2 md:mt-0"> <Table rowKey="id" dataSource={list}