From 19057b170053634806423031ae64fe9ffb6b5e5f Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 10 May 2024 14:13:44 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/login-layout/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/login-layout/index.vue b/ui/src/components/login-layout/index.vue index c8e33646e..137186e47 100644 --- a/ui/src/components/login-layout/index.vue +++ b/ui/src/components/login-layout/index.vue @@ -32,8 +32,8 @@ defineOptions({ name: 'LoginLayout' }) height: 100vh; .login-image { - background: url(@/assets/login.jpg) no-repeat; - background-size: 100% 100%; + background: url(@/assets/login.jpg) no-repeat center; + background-size: cover; width: 100%; height: 100%; }