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 | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index aada410..cb2d34f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,8 +9,11 @@ font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - text-align: center; color: #2c3e50; + font-size: 14px; } +body { + margin: 0; +} </style> -- Gitblit v1.8.0