From 392a009fca513776a51c0e33d2b8704cc6b4565c Mon Sep 17 00:00:00 2001
From: huyuanxiang <273637057@qq.com>
Date: Tue, 25 Jul 2023 11:31:00 +0800
Subject: [PATCH] =?UTF-8?q?[fix]=E7=99=BB=E5=BD=95=EF=BC=8C=E8=83=8C?=
 =?UTF-8?q?=E6=99=AF=E8=B0=83=E6=95=B4=E4=BD=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/layouts/UserLayout.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/layouts/UserLayout.vue b/src/components/layouts/UserLayout.vue
index d60837b..bc4e6d3 100644
--- a/src/components/layouts/UserLayout.vue
+++ b/src/components/layouts/UserLayout.vue
@@ -66,10 +66,10 @@
       width: 100%;
       height: 100%;
       background: #f0f2f5 url(~@/assets/Screenshot.png) no-repeat 50%;
-      background-size: 100%;
       padding: 110px 0 144px;
       position: relative;
       background-size: cover;
+      background-position: top right;
       a {
         text-decoration: none;
       }