|
@@ -32,7 +32,7 @@ |
|
@@ -32,7 +32,7 @@ |
32
|
<view class="column">
|
32
|
<view class="column">
|
33
|
<text class="text-org-bold">告警值:</text>
|
33
|
<text class="text-org-bold">告警值:</text>
|
34
|
<text
|
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
|
</view>
|
36
|
</view>
|
37
|
<view class="column">
|
37
|
<view class="column">
|
38
|
<text class="text-org-bold">告警时间:</text>
|
38
|
<text class="text-org-bold">告警时间:</text>
|