Commit a1da5f23b6703fea49a591cd54c5b10cef1d7bf2
1 parent
c31c1d39
我的礼包的按钮优化
Showing
1 changed file
with
2 additions
and
1 deletions
packageA/pages/myGift/myGift.wxss
... | ... | @@ -138,7 +138,7 @@ page { |
138 | 138 | |
139 | 139 | .btn-container { |
140 | 140 | display: flex; |
141 | - justify-content: space-around; | |
141 | + /*justify-content: space-around;*/ | |
142 | 142 | font-size: 26rpx; |
143 | 143 | } |
144 | 144 | |
... | ... | @@ -146,6 +146,7 @@ page { |
146 | 146 | padding: 20rpx; |
147 | 147 | flex: 1; |
148 | 148 | text-align: center; |
149 | + max-width: 50%; | |
149 | 150 | } |
150 | 151 | |
151 | 152 | .btn.red { | ... | ... |