From bf6eb5b277787e0146231cf23b2e0209c297d5a9 Mon Sep 17 00:00:00 2001 From: zhangtao Date: Fri, 1 Aug 2025 18:36:30 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 Login.vue 中的多余 padding - 在 App.vue 中添加全局样式重置,确保一致的样式表现 - 更新 App.vue 中的根元素类名,提高代码可读性 --- src/App.vue | 12 +++++++++--- src/views/Login.vue | 1 - 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 78168d5..aa67ef5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@