Showing
2 changed files
with
3 additions
and
2 deletions
... | ... | @@ -32,7 +32,7 @@ |
32 | 32 | <view class="column"> |
33 | 33 | <text class="text-org-bold">告警值:</text> |
34 | 34 | <text |
35 | - class="text-device-muted">{{ list.details == null ? '暂无数据' : formatDetailText(list.details.data) }}</text> | |
35 | + class="text-device-muted text-clip">{{ list.details == null ? '暂无数据' : formatDetailText(list.details.data) }}</text> | |
36 | 36 | </view> |
37 | 37 | <view class="column"> |
38 | 38 | <text class="text-org-bold">告警时间:</text> | ... | ... |