手机端响应式优化

This commit is contained in:
zhanglipeng
2020-11-23 10:54:30 +08:00
parent 1bb6c4a2f0
commit 6291a869d3
11 changed files with 216 additions and 34 deletions

View File

@ -165,7 +165,6 @@
label="检查日期"
align="center"
prop="checkTime"
width="180"
>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.checkTime, "{y}-{m}-{d}") }}</span>
@ -196,7 +195,7 @@
prop="totalAssessment"
:formatter="totalAssessmentFormat"
/>
<el-table-column
<!-- <el-table-column
label="创建时间"
align="center"
prop="createtime"
@ -207,13 +206,13 @@
parseTime(scope.row.createtime, "{y}-{m}-{d} {h}:{i}:{s}")
}}</span>
</template>
</el-table-column>
</el-table-column> -->
<el-table-column
fixed="right"
label="操作"
align="center"
width="100"
class-name="small-padding fixed-width"
width="60"
class-name="small-padding fixed-width edit-btns"
>
<template slot-scope="scope">
<el-button