From 86ae73e7ca8bb6b480ddde3131ad858f6427cb6a Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Wed, 3 Jul 2024 19:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/wallet/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;