style(Sku): image cell word wrap (#6777)

Co-authored-by: songweite <songweite@youzan.com>
This commit is contained in:
Waiter 2020-07-14 17:23:44 +08:00 committed by GitHub
parent fd72be297f
commit 121da6d615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,6 +319,8 @@
max-width: @field-label-width;
margin-right: @field-label-margin-right;
color: @field-label-color;
text-align: left;
word-wrap: break-word;
}
.van-cell__value {