Merge branch 'v1.6.0' into v1.7.0

This commit is contained in:
devil_gong
2019-09-17 16:29:55 +08:00

View File

@ -1,4 +1,4 @@
.goods-detail img { width: 80px; height: 80px; position: absolute; }
.goods-detail img { width: 80px; height: 80px; position: absolute; left: 0; top: 0; }
.goods-detail { position: relative; margin-left: 18px; min-height: 80px; }
.goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; }
.goods-title:hover { text-decoration: underline; }