Commit d549032d authored by yaqizhang's avatar yaqizhang

报警信息样式修改

parent 2bb5fda9
......@@ -6,13 +6,13 @@
<span class="dot">
<span class="dot-inner"></span>
</span>
<span>用户安全监控设备</span>
<span>报警信息</span>
<div class="fong-div" style="width: 8px;height: 12px;background-color: #2c888899;float: right;margin-top: 10px;transform: skewX(-25deg)"></div>
<div class="fong-div" style="width: 8px;height: 12px;background-color: #24b1b1b3;float: right;margin-top: 10px;margin-right: 10px;transform: skewX(-25deg)"></div>
<div class="fong-div" style="width: 8px;height: 12px;background-color: #11e9e9b3;float: right;margin-top: 10px;margin-right: 10px;transform: skewX(-25deg)"></div>
</div>
</div>
<div class="divfen" style="width: 95%;height: 30%;margin-left: 25px;">
<div class="divfen" style="width: 90%;height: 30%;margin-left: 35px;">
<div class="left">
<div
class="bottom right-bottom-data-left"
......@@ -22,7 +22,7 @@
<el-table
size="mini"
:data="tableData"
style="width: 93%"
style="width: 92%"
:height="tableHeight"
class="el-bottom"
ref="table"
......@@ -48,7 +48,7 @@
</div>
</template>
</el-table-column>
<el-table-column prop="alarmTime" label="预警时间" width="120">
<el-table-column prop="alarmTime" label="预警时间" width="140">
</el-table-column>
<el-table-column prop="handledStatus" label="状态" width="">
<template slot-scope="scope">
......
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