소스 검색

调整table宽度

chenken 6 년 전
부모
커밋
d09f220877
1개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  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"