From 724c4830ea23cd632802a2f76a318a16b309f8a2 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期五, 27 十二月 2024 09:00:00 +0800
Subject: [PATCH] 滚动条

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

diff --git a/src/views/login.vue b/src/views/login.vue
index 8284adf..2bab64b 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -1,9 +1,7 @@
 <template>
   <div class="login">
     <!-- <div style="padding-top: 130px;"> -->
-      <!-- <h2>鍏村钩鍏村寲绀惧尯鏈嶅姟绔�</h2> -->
-      <h1>娉惧窛鍘夸汉姘戝尰闄�</h1>
-      <h1>鏅鸿兘鍋ュ悍浣撴绠$悊绯荤粺</h1>
+      <div style="font-weight: 700;font-size: 50px;">鏅鸿兘鍋ュ悍浣撴绠$悊绯荤粺</div>
     <!-- </div> -->
 
 
@@ -254,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