From 8d16b596b5013f4df5ce2adc7a7a4bb57b9b7f92 Mon Sep 17 00:00:00 2001 From: shaojing <2901156235@qq.com> Date: Mon, 23 Oct 2023 14:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/comment/index.wxss | 3 ++- pages/order/payresult/index.wxss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/order/comment/index.wxss b/pages/order/comment/index.wxss index 66bfbb7..98aa9b2 100644 --- a/pages/order/comment/index.wxss +++ b/pages/order/comment/index.wxss @@ -189,11 +189,12 @@ page{ display: flex; flex-direction: column; justify-content: space-between; - height: 120rpx; + /* height: 120rpx; */ padding: 13rpx 14rpx; text-align: left; } .protitle{ + height: 80rpx; font-size: 28rpx; font-family: PingFang SC; font-weight: bold; diff --git a/pages/order/payresult/index.wxss b/pages/order/payresult/index.wxss index 70fcc42..d9e54cb 100644 --- a/pages/order/payresult/index.wxss +++ b/pages/order/payresult/index.wxss @@ -74,11 +74,12 @@ page { display: flex; flex-direction: column; justify-content: space-between; - height: 120rpx; + /* height: 120rpx; */ padding: 13rpx 14rpx; text-align: left; } .protitle{ + height: 80rpx; font-size: 28rpx; font-family: PingFang SC; font-weight: bold;