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;