From 3308fe5ee6d5cde35df572dd913092377b08546c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=8E=E5=93=9F=E5=98=BF?= <3234929097@qq.com> Date: Tue, 30 Jul 2024 09:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E3=80=91=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/mall4uni/src/pages/orderList/orderList.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/front-end/mall4uni/src/pages/orderList/orderList.scss b/front-end/mall4uni/src/pages/orderList/orderList.scss index 3ca19c6..8db702c 100644 --- a/front-end/mall4uni/src/pages/orderList/orderList.scss +++ b/front-end/mall4uni/src/pages/orderList/orderList.scss @@ -1,4 +1,7 @@ .container { + position: absolute; + width: 100%; + height: 100%; background-color: #f4f4f4; color: #333; } @@ -26,7 +29,7 @@ } } .main { - margin-top: 100rpx; + padding-top: 15rpx; } .prod-item { background-color: #fff;