From 14ebf8892f116f626f661f3f6efa6037c1798e59 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期五, 20 十二月 2024 19:50:51 +0800
Subject: [PATCH] 1

---
 src/views/login.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/login.vue b/src/views/login.vue
index dd2a7dd..2bab64b 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -1,8 +1,7 @@
 <template>
   <div class="login">
     <!-- <div style="padding-top: 130px;"> -->
-      <h1>闄曞仴鍖绘緞鍚堢熆鍔″眬涓績鍖婚櫌</h1>
-      <h1>鏅鸿兘鍋ュ悍浣撴绠$悊绯荤粺</h1>
+      <div style="font-weight: 700;font-size: 50px;">鏅鸿兘鍋ュ悍浣撴绠$悊绯荤粺</div>
     <!-- </div> -->
 
 
@@ -253,13 +252,14 @@
 <style rel="stylesheet/scss" lang="scss">
 .login {
   display: flex;
-  justify-content: center;
+  justify-content: flex-start;
   align-items: center;
   width: 100%;
   height: 100%;
   // background-image: url("../assets/images/login-background.jpg");
   background-size: cover;
   flex-direction: column;
+  margin-top: 170px;
 }
 
 .card {

--
Gitblit v1.8.0