Browse Source

调整table宽度

chenken 6 years ago
parent
commit
d09f220877
1 changed files with 7 additions and 6 deletions
  1. 7 6
      src/modules/oe/views/captureDetail.vue

+ 7 - 6
src/modules/oe/views/captureDetail.vue

@@ -79,22 +79,22 @@
                   sortable
                   label="校验(次)"
                   prop="faceTotalCount"
-                  width="110"
+                  width="100"
                 ></el-table-column>
                 <el-table-column
                   sortable
                   label="成功(次)"
                   prop="faceSuccessCount"
-                  width="110"
+                  width="100"
                 ></el-table-column>
                 <el-table-column
                   sortable
                   label="陌生人(次)"
                   prop="faceStrangerCount"
-                  width="110"
+                  width="120"
                 ></el-table-column>
                 <el-table-column
-                  width="120"
+                  width="140"
                   sortable
                   label="人脸比对(%)"
                   prop="faceSuccessPercent"
@@ -109,8 +109,9 @@
                   sortable
                   label="违纪类型"
                   prop="disciplineType"
+                  width="130"
                 ></el-table-column>
-                <el-table-column sortable label="违纪说明">
+                <el-table-column sortable label="违纪说明" width="260">
                   <template slot-scope="scope">
                     <span
                       v-html="disciplineTypeFilter(scope.row.disciplineDetail)"
@@ -119,7 +120,7 @@
                   </template>
                 </el-table-column>
                 <el-table-column
-                  width="110"
+                  width="120"
                   sortable
                   label="审核结果"
                   prop="status"