From 94a2526af31e9fe6cd23098a47e853e500fac512 Mon Sep 17 00:00:00 2001 From: qiangyanwen <508737091@qq.com> Date: Sun, 14 Aug 2022 17:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/Login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/Login.vue b/src/view/Login.vue index 75b8790..c0458b2 100644 --- a/src/view/Login.vue +++ b/src/view/Login.vue @@ -140,11 +140,11 @@ export default { } .text{ display: flex; - margin-top: 20px; + margin-top: 25px; height: 20px; justify-content: space-around; align-items: center; - font-size: 20px; + font-size: 25px; font-weight: bold; color: #42EBFF; }