From a2a65830c9507f02aa8a7ff72b0e69b9c2ced4bb Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 14 四月 2025 15:23:41 +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