Commit fcc7ef503e05b7b4df26adfbecc02bf460b2d068

Authored by fengwotao
2 parents 1597cce4 bcc8e96c

Merge branch 'main' into local_dev_ft

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