From ed96edec7c6dfd4944d0ee1c6d924c7cb808428c Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期五, 18 十月 2024 10:43:47 +0800
Subject: [PATCH] 修改了相应的bug

---
 ruoyi-ui/src/views/login.vue |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue
index bff6ddb..ca81110 100644
--- a/ruoyi-ui/src/views/login.vue
+++ b/ruoyi-ui/src/views/login.vue
@@ -217,7 +217,7 @@
   </div>
   
   <div class="gpr">
-	   <img :key="url" :src="url" style="width:100%;height:100%"></img>
+<!-- 	   <img :key="url" :src="url" style="width:100%;height:30%"></img> -->
   </div>
 </div>
 </template>
@@ -388,7 +388,8 @@
 <style rel="stylesheet/scss" lang="scss">
 .gpr{
 	width:100%;
-	height:1200px;
+	// height:1000px;
+	
 	//background: no-repeat center/100% url("../assets/images/index.png");
 }
 	 .customWidth{
@@ -396,14 +397,22 @@
 	  }
 .topHeight{
 	height: 40px;
+	 
 	margin-right: 20px;
+	top:5px; 
+	position: absolute;
 }
 .Group_132{
-	//background: no-repeat center/100% url("../assets/images/index.png");
+	// background-image: url("../assets/images/index.png");
+
+
 	 
   // background: no-repeat center/40% url("../assets/images/Group 132.png");
-  height: 1200px;
-  width:  100%;
+  // height: 1200px;
+	min-width: 1300px;
+    width: 100vw;
+    height: 100vh;
+  
   background-color: #FEF7FC;
   //background-position: 49.5% 16.2% ;
   // background-position: 81.7px 71.3px;
@@ -415,9 +424,9 @@
   display: flex;
   justify-content: flex-end;
   align-items: center;
-  height: 100%;
+  // height: 60px;
   width:  100%;
-  background: no-repeat center/40% url("../assets/images/login_logo.png");
+  background: no-repeat center/100% url("../assets/images/index.png");
   background-color: #FEF7FC;
 
   

--
Gitblit v1.9.1