Merge branch 'v1.6.0' into v1.7.0

feat/task1-c-wallet
devil_gong 2019-09-17 16:29:55 +08:00
commit b3bcc0aa4c
1 changed files with 1 additions and 1 deletions

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; }