Commit ee17fb211b7f888846d5bcaab2d6101b5591256f

Authored by ww
1 parent 75eaca99

fix: alarm page device attr too long not clip

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">
... ...