From b5f8e0e89fd83067a4361be901fb6adbf0486474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E7=9A=93?= <1736436516@qq.com> Date: Thu, 5 Sep 2024 16:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E9=9D=99=E6=80=81=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/global.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/assets/global.css diff --git a/src/assets/global.css b/src/assets/global.css new file mode 100644 index 0000000..4519ed6 --- /dev/null +++ b/src/assets/global.css @@ -0,0 +1,5 @@ +body{ + margin: 0; + padding: 0; + +} \ No newline at end of file