From 8220b3b507184bfb917d6ec6b2d15a36519b30d8 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Sat, 4 Jul 2020 18:00:21 +0800 Subject: [PATCH] 自定义模板,在启用自定义图标的时候显示的bug优化 --- components/diy_goodsGroup/diy_goodsGroup.wxml | 6 +++--- components/diy_goodsGroup/diy_goodsGroup.wxss | 12 +++++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/components/diy_goodsGroup/diy_goodsGroup.wxml b/components/diy_goodsGroup/diy_goodsGroup.wxml index 86cd51d..ce71705 100644 --- a/components/diy_goodsGroup/diy_goodsGroup.wxml +++ b/components/diy_goodsGroup/diy_goodsGroup.wxml @@ -149,7 +149,7 @@ - @@ -285,7 +285,7 @@ - @@ -422,7 +422,7 @@ - diff --git a/components/diy_goodsGroup/diy_goodsGroup.wxss b/components/diy_goodsGroup/diy_goodsGroup.wxss index 0ead973..aeb3a85 100644 --- a/components/diy_goodsGroup/diy_goodsGroup.wxss +++ b/components/diy_goodsGroup/diy_goodsGroup.wxss @@ -145,6 +145,7 @@ height: 318rpx; margin-top: 20rpx; display: flex; + position: relative; } .zs_t_img_x { @@ -236,7 +237,7 @@ height: 56rpx; position: relative; right: 56rpx; - top: 234rpx; + top: 0rpx; } .zs_t1_x3 { @@ -473,6 +474,13 @@ left: 0rpx; top: 10rpx; } +.zs_t1_x4{ + width: 56rpx; + height: 56rpx; + position: absolute; + right: 0rpx; + bottom: 10rpx; +} .zs_t2_3l { width: 56rpx; @@ -562,3 +570,5 @@ overflow: hidden; white-space: nowrap; } + + -- libgit2 0.21.4