From 5267a8967d9eebd1786224af121dc8c088afba27 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Sun, 20 Oct 2019 10:48:50 +0800 Subject: [PATCH] 拼团的提交订单页,我的收藏的修改 --- pages/cart/cart2_pt/cart2_pt.wxml | 2 +- pages/user/collect_list/collect_list.wxss | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/cart/cart2_pt/cart2_pt.wxml b/pages/cart/cart2_pt/cart2_pt.wxml index 488abcb..118226b 100644 --- a/pages/cart/cart2_pt/cart2_pt.wxml +++ b/pages/cart/cart2_pt/cart2_pt.wxml @@ -114,7 +114,7 @@ 留言 - + diff --git a/pages/user/collect_list/collect_list.wxss b/pages/user/collect_list/collect_list.wxss index bac30c9..534bf95 100644 --- a/pages/user/collect_list/collect_list.wxss +++ b/pages/user/collect_list/collect_list.wxss @@ -185,8 +185,8 @@ page { } .commodity .collects_max .collect .collect_image image { - width: 100%; - height: 100%; + width: 183rpx; + height: 183rpx; } .commodity .collects_max .collect .attribute { @@ -198,7 +198,6 @@ page { .commodity .collects_max .collect .attribute .attribute_name { height: 68rpx; align-items: center; - width: 474rpx; } .commodity .collects_max .collect .attribute .attribute_name .name { -- libgit2 0.21.4