fix bug
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
:host {
|
:host {
|
||||||
::ng-deep {
|
::ng-deep {
|
||||||
|
|
||||||
nz-card {
|
nz-card {
|
||||||
margin: -24px -24px 0;
|
margin: -24px -24px 0;
|
||||||
|
|
||||||
@ -10,8 +9,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tabs-tab {
|
.ant-tabs-tab {
|
||||||
padding: 12px 0px;
|
margin: 0 0 0 16px;
|
||||||
margin : 0 0 0 16px;
|
padding: 12px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-body {
|
.ant-table-body {
|
||||||
@ -20,7 +19,7 @@
|
|||||||
|
|
||||||
.table-box {
|
.table-box {
|
||||||
.ant-card-body {
|
.ant-card-body {
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -28,25 +27,25 @@
|
|||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-thead>tr>th,
|
.ant-table-thead > tr > th,
|
||||||
.ant-table-tbody>tr>td,
|
.ant-table-tbody > tr > td,
|
||||||
.ant-table tfoot>tr>th,
|
.ant-table tfoot > tr > th,
|
||||||
.ant-table tfoot>tr>td {
|
.ant-table tfoot > tr > td {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table.ant-table-bordered>.ant-table-container {
|
.ant-table.ant-table-bordered > .ant-table-container {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-pagination-item {
|
.ant-pagination-item {
|
||||||
min-width : 24px;
|
min-width: 24px;
|
||||||
height : 24px;
|
height: 24px;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-pagination-total-text {
|
.ant-pagination-total-text {
|
||||||
height : 24px;
|
height: 24px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -54,8 +53,8 @@
|
|||||||
.ant-pagination-next,
|
.ant-pagination-next,
|
||||||
.ant-pagination-jump-prev,
|
.ant-pagination-jump-prev,
|
||||||
.ant-pagination-jump-next {
|
.ant-pagination-jump-next {
|
||||||
min-width : 24px;
|
min-width: 24px;
|
||||||
height : 24px;
|
height: 24px;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -140,7 +140,10 @@ export class OrderManagementComplianceAuditComponent implements OnInit {
|
|||||||
_$expand: { type: 'boolean', ui: { hidden: true } },
|
_$expand: { type: 'boolean', ui: { hidden: true } },
|
||||||
billCode: {
|
billCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '订单号'
|
title: '订单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '最多100个单号,空号隔开'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
resourceCode: {
|
resourceCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|||||||
@ -115,7 +115,10 @@ export class OrderManagementReceiptsAuditComponent implements OnInit {
|
|||||||
_$expand: { type: 'boolean', ui: { hidden: true } },
|
_$expand: { type: 'boolean', ui: { hidden: true } },
|
||||||
billCode: {
|
billCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '订单号'
|
title: '订单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '最多100个单号,空号隔开'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
resourceCode: {
|
resourceCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|||||||
@ -109,7 +109,10 @@ export class OrderManagementRiskComponent implements OnInit {
|
|||||||
_$expand: { type: 'boolean', ui: { hidden: true } },
|
_$expand: { type: 'boolean', ui: { hidden: true } },
|
||||||
billCode: {
|
billCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '订单号'
|
title: '订单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '最多100个单号,空号隔开'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
resourceCode: {
|
resourceCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|||||||
@ -80,6 +80,9 @@ tabs = {
|
|||||||
wayBillCode: {
|
wayBillCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '运单号',
|
title: '运单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '最多100个运单,空号隔开'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
resourceCode: {
|
resourceCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|||||||
@ -77,7 +77,10 @@ export class WaybillManagementVehicleComponent implements OnInit {
|
|||||||
_$expand: { type: 'boolean', ui: { hidden: true } },
|
_$expand: { type: 'boolean', ui: { hidden: true } },
|
||||||
wayBillCode: {
|
wayBillCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '运单号'
|
title: '运单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '最多100个运单,空号隔开'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
resourceCode: {
|
resourceCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|||||||
Reference in New Issue
Block a user