From 5749d77540e63e31f80b888c07aad4a0d1cf16b0 Mon Sep 17 00:00:00 2001 From: wangyan21 Date: Wed, 18 Oct 2023 17:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=83=8C=E6=99=AF=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- god-ui/src/views/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/god-ui/src/views/login.vue b/god-ui/src/views/login.vue index cbc8f902..45945359 100644 --- a/god-ui/src/views/login.vue +++ b/god-ui/src/views/login.vue @@ -162,7 +162,7 @@ export default { align-items: center; height: 100%; background-image: url("../assets/images/login.png"); - background-size: cover; + background-size: 100% 100%; } .title { margin: 0px auto 30px auto;