wjt
2024-06-26 6dd9823b8495252e6d0ba35e6114799321453cbe
pages/message/details.vue
@@ -170,15 +170,18 @@
         margin-bottom: 0;
      }
      .imgbox{
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         // display: flex;
         // flex-wrap: wrap;
         // justify-content: space-between;
         display: grid;
         grid-template-columns: 1fr 1fr 1fr;
         grid-gap: 10rpx;
         border-radius: 10rpx;
         img{
            width: 198rpx;
            height: 198rpx;
            margin-bottom: 20rpx;
            border-radius: 10rpx;
         }
      }
   }