From 078ed511426cc99f030bb14004a657bd28c0d899 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期四, 24 十月 2024 09:50:38 +0800 Subject: [PATCH] 修改了bug --- ruoyi-ui/src/views/login.vue | 28 +++++++++++++++++++++------- 1 files changed, 21 insertions(+), 7 deletions(-) diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index e27dce1..ca81110 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -216,7 +216,9 @@ </div> </div> - <div class="gpr"></div> + <div class="gpr"> +<!-- <img :key="url" :src="url" style="width:100%;height:30%"></img> --> + </div> </div> </template> @@ -236,6 +238,7 @@ } }; return { + url: require('../assets/images/index.png'), openRegister: false, open: false, codeUrl: "", @@ -385,20 +388,31 @@ <style rel="stylesheet/scss" lang="scss"> .gpr{ width:100%; - height:600px; - background: no-repeat center/40% url("../assets/images/Group 132.png"); + // height:1000px; + + //background: no-repeat center/100% url("../assets/images/index.png"); } .customWidth{ width:40%; // 璁剧疆寮瑰嚭妗嗗搴︾殑鏁板�� } .topHeight{ height: 40px; + margin-right: 20px; + top:5px; + position: absolute; } .Group_132{ + // background-image: url("../assets/images/index.png"); + + + // background: no-repeat center/40% url("../assets/images/Group 132.png"); - height: 100%; - 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; @@ -410,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