Browse Source

fix(活动-邀请用户赚星币): 修复注册页背景图位置。

zengzhixiang 2 years ago
parent
commit
10d35ad0d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/activity/invite-user/register.vue

+ 1 - 1
pages/activity/invite-user/register.vue

@@ -159,7 +159,7 @@ export default {
   color: #333;
   background-image: url('~/assets/image/activity/invite-user/bg@2x.png');
   background-size: 100% auto;
-  background-position-y: -44px;
+  // background-position-y: -44px;
   overflow: hidden;
   padding-bottom: 30px;
   min-height: 100vh;