From 36016f16dc4e37bfd89d4016659091a5126e2890 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 16 Sep 2022 10:59:23 +0800 Subject: [PATCH] =?UTF-8?q?style(=E7=99=BB=E5=BD=95):=20=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/login/index.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue index ac5062f01a..eb28fbd5df 100644 --- a/frontend/src/views/login/index.vue +++ b/frontend/src/views/login/index.vue @@ -483,17 +483,14 @@ export default { width: 64px; height: 64px; background-image: url(../../assets/qrcode.png) ; - // background-color: var(--primary,#3370ff); //图标优化 -- 换为白色线条图标 背景层添加背景色 cursor:pointer; } .trans-pc { - position: absolute; - left: calc(50% - 64px); + margin-left: calc(100% - 64px); top: 0; width: 64px; height: 64px; - background-image: url(../../assets/xianshiqi.png) ; - background-color: var(--primary,#3370ff); + background: var(--primary,#3370ff) url(../../assets/xianshiqi-2.png) no-repeat top right/40px; cursor:pointer; } .imgApp {