Commit 9b030d07 authored by 纪泽龙's avatar 纪泽龙

优化样式

parent be4bad9d
......@@ -28,21 +28,21 @@
>
<el-table-column prop="unitName" label="所在单位" width="80">
<template slot-scope="scope">
<div class="ddd" :title="scope.row.unitName">
<div class="zzz" :title="scope.row.unitName">
{{ scope.row.unitName }}
</div>
</template>
</el-table-column>
<el-table-column prop="detectorType" label="设备类型" width="80">
<template slot-scope="scope">
<div class="ddd" :title="scope.row.detectorType">
<div class="zzz" :title="scope.row.detectorType">
{{ scope.row.detectorType }}
</div>
</template>
</el-table-column>
<el-table-column prop="statusName" label="预警信息" width="80">
<template slot-scope="scope">
<div class="ddd" :title="scope.row.statusName">
<div class="zzz" :title="scope.row.statusName">
{{ scope.row.statusName }}
</div>
</template>
......@@ -51,7 +51,7 @@
</el-table-column>
<el-table-column prop="handledStatus" label="状态" width="70">
<template slot-scope="scope">
<div class="ddd" :title="scope.row.handledStatus">
<div class="zzz" :title="scope.row.handledStatus">
{{ scope.row.handledStatus }}
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment