From b3f54fc91f0d95678f8364978691fd0cbc85e6e8 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期三, 18 十二月 2024 10:57:22 +0800 Subject: [PATCH] 1 --- pages/cart/index.wxss | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/pages/cart/index.wxss b/pages/cart/index.wxss index 62ca2d2..d5bcfae 100644 --- a/pages/cart/index.wxss +++ b/pages/cart/index.wxss @@ -27,14 +27,10 @@ } .outsideContentBox { - /* padding: 30rpx; */ background: #F2F3F8; border-radius: 18rpx 18rpx 18rpx 18rpx; - /* padding-bottom: 325rpx; */ - height: calc(100vh - 250rpx); - - /* width: calc(100vw - 60rpx); */ - + height: calc(100vh - 200rpx); + /* padding-bottom: 30rpx; */ } .bottomBox { -- Gitblit v1.9.1