From 217cc6ae60366f1637dafd89c68fdcb311a49fe7 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Thu, 7 Jan 2021 10:46:16 +0800 Subject: [PATCH] 1. 去除图片组合之间的白线 --- components/diy_picMax/diy_picMax.wxss | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/components/diy_picMax/diy_picMax.wxss b/components/diy_picMax/diy_picMax.wxss index 18e3307..439e126 100644 --- a/components/diy_picMax/diy_picMax.wxss +++ b/components/diy_picMax/diy_picMax.wxss @@ -1,6 +1,7 @@ .picMax{ width: 100%; overflow: hidden; + margin-top: -0.01rpx; } .pic_item{ float: left; margin: 0; padding: 0; -- libgit2 0.21.4