From a1da5f23b6703fea49a591cd54c5b10cef1d7bf2 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Thu, 22 Jul 2021 15:16:32 +0800 Subject: [PATCH] 我的礼包的按钮优化 --- packageA/pages/myGift/myGift.wxss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packageA/pages/myGift/myGift.wxss b/packageA/pages/myGift/myGift.wxss index 72f8959..04a155b 100644 --- a/packageA/pages/myGift/myGift.wxss +++ b/packageA/pages/myGift/myGift.wxss @@ -138,7 +138,7 @@ page { .btn-container { display: flex; - justify-content: space-around; + /*justify-content: space-around;*/ font-size: 26rpx; } @@ -146,6 +146,7 @@ page { padding: 20rpx; flex: 1; text-align: center; + max-width: 50%; } .btn.red { -- libgit2 0.21.4