From 28c725308aaf418e9032964ffcf5ca3b0d8a1208 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 25 七月 2024 17:13:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_staff/pages/promotion/index.less |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/wechat_staff/pages/promotion/index.less b/wechat_staff/pages/promotion/index.less
index 2eb41c0..eb092e4 100644
--- a/wechat_staff/pages/promotion/index.less
+++ b/wechat_staff/pages/promotion/index.less
@@ -33,14 +33,14 @@
   }
   .imgs{
     display: flex;
-
+    flex-wrap: wrap;
     .img_wrap{
       width: 184rpx;
       height: 326rpx;
       border-radius: 8rpx;
-      border: 1px solid;
       position: relative;
-      margin-right: 20rpx;
+      margin-right: 19rpx;
+      margin-bottom: 20rpx;
       &:nth-of-type(3n){
         margin-right: 0;
       }

--
Gitblit v1.9.3