From 5b2b4078d1f04301e4948c0734d02314159f3b37 Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 22 Mar 2019 21:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B8=B8=E6=88=8Fcell?= =?UTF-8?q?=E7=9A=84margin-bottom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/game-cell.wxss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/game-cell.wxss b/src/style/game-cell.wxss index 7609d1c..6d458ed 100644 --- a/src/style/game-cell.wxss +++ b/src/style/game-cell.wxss @@ -25,6 +25,7 @@ flex:1; min-width:0; margin-right: 10px; + margin-bottom: 2px; } .content-view .title { font-weight:400; @@ -48,7 +49,7 @@ overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; - min-height:29px; + height:29px; } .game-cell::after { position: absolute;