From 3c5470a29757afee973e652edddc35bfdd64d1ed Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 28 三月 2025 11:49:17 +0800 Subject: [PATCH] 登录页面,样式优化 --- src/App.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0b7a7bf..cb2d34f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,4 +13,7 @@ font-size: 14px; } +body { + margin: 0; +} </style> -- Gitblit v1.8.0