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
bdac0051a585e32ba5a036c893ce19726ef5d48c
Authored by
yvan.ni
2020-09-10 14:07:13 +0800
1 parent
8450951c
1. 商品分组的样式修复,没有标题,价格,已售的时候
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_goodsGroup/diy_goodsGroup.wxss
components/diy_goodsGroup/diy_goodsGroup.wxss
View file @
bdac005
...
...
@@ -399,7 +399,7 @@
399
399
400
400
.zs_goods_3l {
401
401
width: 228rpx;
402
-
min-height: 300rpx;
402
+
/* min-height: 300rpx; */
403
403
margin: 0 auto;
404
404
padding: 2rpx;
405
405
overflow: hidden;
...
...