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%; }