From 2741faa785e7b7fbc42951d467d655f9490266e5 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期五, 01 三月 2024 08:56:13 +0800 Subject: [PATCH] bug修改 --- src/App.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 487663f..1f80fff 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,8 +11,8 @@ -moz-osx-font-smoothing: grayscale; } * { - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; } .inner{ background-color: #fff; -- Gitblit v1.9.2