...
|
...
|
@@ -59,8 +59,8 @@ |
|
|
<img :src="'../src/style/img/fault/base/base-'+item.resClass+'-'+item.health+'.png'">
|
|
|
</el-col>
|
|
|
<el-col :span="16" style="color: #666666;">
|
|
|
<span style="font-size: 16px">{{item.resName}}</span><br>
|
|
|
<span style="font-size: 14px">IP地址:{{item.ipAddr}}</span>
|
|
|
<div class="text-overflow" style="font-size: 16px">{{item.resName}}</div>
|
|
|
<div style="font-size: 14px">IP地址:{{item.ipAddr}}</div>
|
|
|
</el-col>
|
|
|
<el-col :span="4" class="align-right">
|
|
|
<div style="line-height: 60px;" class="m-l-6">
|
...
|
...
|
|