From 228302bc93feabc7b51a965db4374781844cc033 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期一, 24 七月 2023 23:20:30 +0800
Subject: [PATCH] 修改

---
 ruoyi-ui/src/views/login.vue |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue
index e841f52..50fccb3 100644
--- a/ruoyi-ui/src/views/login.vue
+++ b/ruoyi-ui/src/views/login.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="login Group_132">
-    <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
-      <h3 class="title" style="margin-top: 211px;margin-right: 108px;margin-bottom: 0;margin-left: 109px;">娆㈣繋鏉ュ埌寮犳皬APP</h3>
+    <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" style="margin-left: 0px;margin-right: 180px;">
+      <h3 class="title" style="margin-top: 80px;margin-right: 108px;margin-bottom: 0;margin-left: 109px;">娆㈣繋鏉ュ埌鏈兘閮�</h3>
       <div class="second-box" style=" margin-top: 25px;
     margin-left: 140px;
     margin-right: 141px;
@@ -69,7 +69,7 @@
 
 
       <div class="楠岃瘉鐮�" style="margin-left: 99px;margin-right: 425px;width: 48px;height: 20px;">楠岃瘉鐮�</div>
-      <el-form-item prop="code" v-if="captchaEnabled" style="margin-bottom: 76px;width: 264px;"  >
+      <el-form-item prop="code" v-if="captchaEnabled" style="margin-bottom: 76px;width: 520px;"  >
         <el-input
           v-model="loginForm.code"
           auto-complete="off"
@@ -99,7 +99,7 @@
         line-height: 14px;
         ">鍒锋柊 </div>
 
-       </el-form-item>
+      </el-form-item>
 
 
 
@@ -124,8 +124,9 @@
       </el-form-item>
     </el-form>
     <!--  搴曢儴  -->
-    <div class="el-login-footer">
-      <span>Copyright 漏 GDUT All Rights Reserved.</span>
+    <div class="el-login-footer" >
+      <span style="color: black; ">Copyright 漏 GDUT All Rights Reserved.<sapn v-html="'\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0'"></sapn></span>
+      <a href="https://beian.miit.gov.cn/" target="_blank" style="color: black; ">绮CP澶�2023050334鍙�<sapn v-html="'\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0'"></sapn>鍏畨澶囨鍙�44010402003045</a>
     </div>
   </div>
 </template>
@@ -139,7 +140,7 @@
   name: "Login",
   data() {
     return {
-      codeUrl: "http://47.93.189.255:8080/captchaImage",
+      codeUrl: "",
       loginForm: {
         username: "admin",
         password: "admin123",
@@ -160,7 +161,7 @@
       // 楠岃瘉鐮佸紑鍏�
       captchaEnabled: true,
       // 娉ㄥ唽寮�鍏�
-      register: false,
+      register: true,
       redirect: undefined
     };
   },
@@ -242,9 +243,9 @@
   align-items: center;
   height: 100%;
   width:  100%;
-  background: no-repeat center/40% url("../assets/images/Group 132.png");
+  background: no-repeat center/40% url("../assets/images/Group 221.png");
   background-color: #FEF7FC;
-  // background-position: 81.7px 71.3px;
+
   background-position: 183px 145px;
   //background-image: url("../assets/images/login-background.jpg");
   //background-size: cover;

--
Gitblit v1.9.1