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

View File

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