Commit bcc8e96cf04231f6f9a4f8a112d7847076336c54

Authored by xp.Huang
2 parents 75eaca99 ee17fb21

Merge branch 'ww' into 'main'

fix: alarm page device attr too long not clip

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