Commit 55d10724ab435393ac631f2c5d74d765d6def036
1 parent
322997c5
样式优化
Showing
1 changed file
with
6 additions
and
0 deletions
src/components/dresserList/dresserList.less
| @@ -19,6 +19,12 @@ | @@ -19,6 +19,12 @@ | ||
| 19 | font-weight:500; | 19 | font-weight:500; |
| 20 | color:rgba(51,51,51,1); | 20 | color:rgba(51,51,51,1); |
| 21 | line-height:40px; | 21 | line-height:40px; |
| 22 | + -webkit-line-clamp: 1; | ||
| 23 | + /*! autoprefixer: off */ | ||
| 24 | + -webkit-box-orient: vertical; | ||
| 25 | + /*! autoprefixer: on */ | ||
| 26 | + text-overflow: ellipsis; | ||
| 27 | + overflow: hidden; | ||
| 22 | } | 28 | } |
| 23 | .desc{ | 29 | .desc{ |
| 24 | height:33px; | 30 | height:33px; |