From 87289a8632aa394d2bd2ed4829ff8732cc43dcda Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Thu, 15 Aug 2024 10:11:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=20=E7=BB=99=E5=A4=9A?= =?UTF-8?q?=E6=8C=89=E9=92=AE=20=E9=87=8C=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index eaf6ffd..5c0d412 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1389,6 +1389,7 @@ display: flex; flex-direction: row; align-items: center; + flex-wrap: wrap; } .popup-mian-btn span:nth-child(1){ background: linear-gradient(90deg, #FE912E, #FF9970); @@ -1452,7 +1453,7 @@ } .popup-content{ width: 613rpx; - height: 320rpx; + height: auto; background:#fff url(../../static/background-img3.png)no-repeat ; background-size: 130%; border-radius: 36rpx;