wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
217cc6ae60366f1637dafd89c68fdcb311a49fe7
Authored by
yvan.ni
2021-01-07 10:46:16 +0800
1 parent
c7f27899
1. 去除图片组合之间的白线
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
components/diy_picMax/diy_picMax.wxss
components/diy_picMax/diy_picMax.wxss
View file @
217cc6a
1
1
.picMax{
2
2
width: 100%;
3
3
overflow: hidden;
4
+ margin-top: -0.01rpx;
4
5
}
5
6
.pic_item{
6
7
float: left; margin: 0; padding: 0;
...
...