From 563eec5d6bba95f46be5c5961c581f0627082235 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 15 六月 2023 17:48:34 +0800 Subject: [PATCH] 1 --- src/components/login.vue | 23 +++++++++++++++-------- 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/src/components/login.vue b/src/components/login.vue index 4a88b67..75e84bb 100644 --- a/src/components/login.vue +++ b/src/components/login.vue @@ -26,10 +26,11 @@ ></iframe> </div> <div class="title_img"> - <img + <!-- <img src="../assets/img/lg_03.png" alt="" - /> + /> --> + SmartEarth涓夌淮鍦扮悊淇℃伅绯荤粺骞冲彴V7.0 </div> <div class="login"> <div class="login_title"> @@ -217,11 +218,11 @@ getPerms().then((res) => { if (res.code == 200) { this.$store.commit("getPermsEntity", res.result); - + debugger if (res.result.length != 0) { sessionStorage.setItem("routerName", "/Thematic"); sessionStorage.setItem("changeSelectStyle", 1); - this.$router.push("/"); + this.$router.push("/bankController"); } else { this.$message({ message: "璇锋偍鑱旂郴绠$悊鍛樺垎閰嶈鑹茶彍鍗�", @@ -318,10 +319,16 @@ } .title_img { position: absolute; - left: 20%; - top: 8%; - width: 20%; - /* transform: translateX(-50%); */ + left: 13%; + top: 10%; + + font-size: 40px; + font-family: Microsoft YaHei; + font-weight: bold; + color: #ffffff; + background: linear-gradient(0deg, #79a8ff 0%, #ffffff 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; } .title_img img { width: 100%; -- Gitblit v1.9.3