diff --git a/my/wallet/index.vue b/my/wallet/index.vue index f0e0c5e..01d15e2 100644 --- a/my/wallet/index.vue +++ b/my/wallet/index.vue @@ -1283,7 +1283,8 @@ } .content{ width: 100%; - height: 100vh; + /* height: 100vh; */ + padding-bottom: 20rpx; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png'); background-position: center center; background-repeat: no-repeat;