From 392f9468875a8721c17c4e15c288333017cac4a1 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 16 七月 2022 15:11:44 +0800
Subject: [PATCH] 1.修改bug2.工序检验实现部分3.缺陷定义实现部分

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

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index c0212f9..25d5aa0 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -51,7 +51,7 @@
 
         <div class="title-container">
           <div class="title_img" />
-          <h3 class="title">鏂板嚡杩埗閫犱簯骞冲彴</h3>
+          <!--          <h3 class="title">鏂板嚡杩埗閫犱簯骞冲彴</h3>-->
         </div>
 
         <el-form-item prop="username">
@@ -103,7 +103,7 @@
         <el-button
           :loading="loading"
           type="primary"
-          style="width:100%;margin-bottom:30px;"
+          style="width:100%;margin-top:20px;"
           @click.native.prevent="handleLogin"
         >鐧诲綍
         </el-button>
@@ -155,7 +155,7 @@
     }
     return {
       loginForm: {
-        username: '寮犱笁', // Admin
+        username: 'Admin', // Admin
         password: '123456'// 123456
       },
       loginRules: {
@@ -336,10 +336,11 @@
     align-items: center;
 
     .title_img {
-      background: url("../../assets/images/xkd_logo.png");
-      width: 200px;
-      height: 100px;
+      background: url("../../assets/images/xkd_newlogo.png") no-repeat;
+      width: 300px;
+      height: 200px;
       margin: -50px 0 20px;
+      background-size: 100% 100%;
     }
 
     .title {

--
Gitblit v1.9.3