From bf8866e5048a23436f3c7eddba9c75196f805fef Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Tue, 05 Sep 2023 17:54:58 +0800
Subject: [PATCH] 密码设置

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

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 8988de7..1930adf 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -8,7 +8,7 @@
       </div>
       <div class="login-form">
         <div class="title-container">
-          <div class='title'>权益品后台管理</div>
+          权益品后台管理
         </div>
         <el-form ref="loginForm" :model="loginForm" :rules="loginRules" auto-complete="on" label-position="left" v-if="!findPass">
           <div class="login-cont">
@@ -272,7 +272,7 @@
     }
   }
   .login-form {
-    // width: 400px;
+    width: 300px;
     min-height: 326px;
     display: flex;
     justify-content: center;
@@ -318,15 +318,13 @@
   }
 
   .title-container {
-    .title {
+      width: 100%;
       font-size: 32px;
       margin-bottom: 82px;
       color: #333333;
       text-align: center;
       font-weight: bold;
-    }
   }
-
   .show-pwd {
     position: absolute;
     right: 10px;

--
Gitblit v1.8.0