From eb35b466800f4c4f3d8c268b06cd686b69a9d77b Mon Sep 17 00:00:00 2001 From: taiyuan Date: Thu, 21 Oct 2021 17:46:27 +0800 Subject: [PATCH] 填写订单页-留言-输入框宽度问题修复 --- pages/cart/cart2/cart2.wxss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/cart/cart2/cart2.wxss b/pages/cart/cart2/cart2.wxss index addf4ea..e4fe5ad 100644 --- a/pages/cart/cart2/cart2.wxss +++ b/pages/cart/cart2/cart2.wxss @@ -250,13 +250,15 @@ margin:auto; */ font-size: 24rpx; margin-left: 20rpx; display: flex; + flex-grow: 1; align-items: center; height: 50rpx; - width: 500rpx; + /* width: 500rpx; */ } .word-box { font-size: 26rpx; + width: 100%; /* width: 600rpx; */ /* padding: 10rpx; height: 28rpx; -- libgit2 0.21.4