Showing
1 changed file
with
1 additions
and
1 deletions
1 | <template> | 1 | <template> |
2 | - <view class="login-page" style="background-size: 750rpx 1400rpx; min-height: 100vh" :style="{ | 2 | + <view class="login-page" style="background-size: 100% 100%; min-height: 100vh" :style="{ |
3 | backgroundImage: | 3 | backgroundImage: |
4 | 'url(' + | 4 | 'url(' + |
5 | (mpOwnConfig.bg !== undefined ? mpOwnConfig.bg : `${defaultLogo}`) + | 5 | (mpOwnConfig.bg !== undefined ? mpOwnConfig.bg : `${defaultLogo}`) + |