From e2707d5474b11f2b2670d6bf6afaa630574a55ce Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 12 Dec 2022 08:29:50 +0800
Subject: [PATCH] 更新
---
src/views/login/components/login-form.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/views/login/components/login-form.vue b/src/views/login/components/login-form.vue
index cff96d7..47259b0 100644
--- a/src/views/login/components/login-form.vue
+++ b/src/views/login/components/login-form.vue
@@ -167,7 +167,7 @@
}
.title {
- width: 60px;
+ width: 100%;
height: 122px;
font-size: 30px;
font-family: PingFangSC-Medium, PingFang SC;
@@ -176,6 +176,8 @@
line-height: 42px;
margin: auto;
padding-top: 40px;
+ text-align: center;
+ letter-spacing: 4px;
}
.loginForm_username{
width: 364px;
@@ -209,6 +211,8 @@
height: 44px;
background: #CC1420;
border-radius: 4px;
+ line-height: 44px;
+ padding: 0 20px;
}
.loginForm_register_button_login{
width: 32px;
@@ -222,6 +226,8 @@
.loginForm_register_button {
width: 364px;
height: 44px;
+ line-height: 44px;
+ padding: 0 20px;
border-radius: 4px;
border: 1px solid #120C3F;
}
--
Gitblit v1.9.2