Browse Source

Merge branch 'master' of http://120.26.64.82:3000/BFFE/SZJCFLFJ

chenrui  2 years ago
parent
commit
54411b6fee

+ 2 - 2
src/views/system/securityCheck/components/securityCheckTable.vue

@@ -187,7 +187,7 @@ export default {
       width: 100%;
       .ant-table-thead {
         th {
-          padding: 18px 12px;
+          padding: 10px 12px;
         }
         .ant-table-column-title {
           font-size: 14px;
@@ -241,7 +241,7 @@ export default {
     }
     .ant-table-thead {
       th {
-        padding: 18px 12px;
+        padding: 10px 12px;
       }
       .ant-table-column-title {
         font-size: 14px;

+ 3 - 2
src/views/system/securityCheck/components/securityCheckTableWaybill.vue

@@ -135,14 +135,14 @@ export default {
     //   min-height: 600px;
     // }
     .ant-table-body {
-      height: 565px !important;
+      height: 600px !important;
     }
     // .ant-table-tbody {
     //   min-height: 600px !important;
     // }
     .ant-table-thead {
       th {
-        padding: 18px 12px;
+        padding: 15px 12px;
       }
       .ant-table-column-title {
         font-size: 14px;
@@ -164,6 +164,7 @@ export default {
         font-size: 14px;
         font-family: Helvetica, 'Microsoft YaHei';
         color: #101116;
+        padding: 13px 8px;
         &.cell-click {
           color: #2d67e3;
           cursor: pointer;

+ 4 - 4
src/views/system/securityCheck/views/waybillTable.vue

@@ -7,7 +7,7 @@
         :with-date-picker="false"
         :with-select="false"
         :with-input="true"
-        searchPlaceholder="请输入搜索条件"
+        searchPlaceholder="请输入运单编号查询"
         @search="searchHandler"
         :withExportButton="false"
       />
@@ -40,7 +40,7 @@ export default {
         showSizeChanger: true,
         showQuickJumper: true,
         total: 0, //数据总数
-        pageSize: 10,
+        pageSize: 20,
         current: 1,
         showTotal: (total) => {
           return `共${total}条`
@@ -139,7 +139,7 @@ export default {
         openResult: '', //  开箱结果
         riskClassification: '', //货物风险等级 高风险\低风险\普通
         pageNum: '1', //** 当前记录起始索引 */
-        pageSize: '10', // /** 每页显示记录数 */
+        pageSize: '20', // /** 每页显示记录数 */
       },
       tableData: [],
     }
@@ -173,7 +173,7 @@ export default {
       openResult: openResult,
       riskClassification: riskClassification,
       pageNum: '1',
-      pageSize: '10',
+      pageSize: '20',
     }
     this.getData()
   },