From b54e3a77fc63b7a05acc0fbeb81932e710bab26a Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Mon, 11 Sep 2023 17:49:25 +0800 Subject: [PATCH] =?UTF-8?q?logo=E5=9B=BE=E7=89=87=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/pages/UserLogin.vue | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index b76c6a8..faf156a 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ - + diff --git a/src/pages/UserLogin.vue b/src/pages/UserLogin.vue index 7c4e0c1..8086940 100644 --- a/src/pages/UserLogin.vue +++ b/src/pages/UserLogin.vue @@ -4,18 +4,18 @@
- -
-
- -
- +
+ +
+ +
+
登录
@@ -92,6 +92,8 @@ async function doLogin() { .bg-image { /* background-image: linear-gradient(135deg, #5481fd 0%, #0e02b1 80%); */ background-image: url('/logo/logoBg.png'); - background-size: contain; + background-repeat: no-repeat; + background-position: center; + background-size: 100% 100%; }