Commit 0494ff84 authored by yaqizhang's avatar yaqizhang

列表

parent 1e5f3ea8
......@@ -12,7 +12,7 @@
<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: 100%;height: 30%;">
<div class="divfen" style="width: 95%;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: 100%"
style="width: 93%"
:height="tableHeight"
class="el-bottom"
ref="table"
......@@ -48,7 +48,7 @@
</div>
</template> -->
</el-table-column>
<el-table-column prop="alarmTime" label="预警时间" width="100">
<el-table-column prop="alarmTime" label="预警时间" width="120">
</el-table-column>
<el-table-column prop="handledStatus" label="状态" width="">
<!-- <template slot-scope="scope">
......@@ -975,4 +975,8 @@
height: 100%;
overflow: hidden;
}
.el-table__body-wrapper {
overflow-x: hidden !important;
overflow-y: hidden !important;
}
</style>
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