Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | <view class="item-text text-clip"> |
38 | 38 | <text class="text-bold">{{ item.deviceName == null ? '暂无数据' : item.deviceName }}</text> |
39 | 39 | </view> |
40 | - <view class="item-text"> | |
40 | + <view class="item-text text-clip"> | |
41 | 41 | <text class="text-muted">{{ item.details == null ? '暂无数据' : formatDetailText(item.details.data) }}</text> |
42 | 42 | </view> |
43 | 43 | <view class="item-text"> | ... | ... |