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