From 05b6f83567aea1c24f8c841014978c1e38ef154b Mon Sep 17 00:00:00 2001 From: yezian Date: Fri, 29 Dec 2023 00:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3antd=E5=92=8Ctailwind?= =?UTF-8?q?=E5=86=B2=E7=AA=81=E5=AF=BC=E8=87=B4=E6=96=87=E5=AD=97=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E4=B8=8A=E4=B8=8Bmargin=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 55154b9..a5a2336 100644 --- a/src/index.css +++ b/src/index.css @@ -6,4 +6,8 @@ body{ padding: 0; margin: 0; box-sizing: border-box; - } \ No newline at end of file + } + +p{ + margin:0; +} \ No newline at end of file