diff --git a/pages/my/index.vue b/pages/my/index.vue index 87c7ac3..a2d7e69 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -1073,7 +1073,7 @@ width: 100%; height: 100vh; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png'); - background-position: center center; + background-position: center right; background-repeat: no-repeat; background-size: cover; /* background: #f7f7f7; */ diff --git a/static/background-img.png b/static/background-img.png index 68a6960..ed87bc8 100644 Binary files a/static/background-img.png and b/static/background-img.png differ