|
@@ -46,7 +46,7 @@
|
|
|
:columns="subcontractOrderColumns"
|
|
|
:data-source="subcontractOrderData"
|
|
|
:rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
|
|
|
- :scroll="{x: 1500,y:300 }"
|
|
|
+ :scroll="{x: 1200,y:300 }"
|
|
|
:pagination="pagination"
|
|
|
@change="handleTableChange"
|
|
|
>
|
|
@@ -107,14 +107,14 @@
|
|
|
subcontractOrderColumns:[
|
|
|
{
|
|
|
title: '委外订单号',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
dataIndex: 'ccode',
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true
|
|
|
},
|
|
|
{
|
|
|
title: '委外订单行号',
|
|
|
- width: 140,
|
|
|
+ width: 120,
|
|
|
dataIndex: 'ivouchRowNo',
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true
|
|
@@ -254,6 +254,20 @@
|
|
|
}
|
|
|
/deep/.ant-form-item{
|
|
|
margin-bottom: 0px !important;
|
|
|
+ }
|
|
|
+ /deep/.ant-table-tbody .ant-table-row td{
|
|
|
+ padding-top: 8px;
|
|
|
+ padding-bottom: 8px;
|
|
|
+ }
|
|
|
+ /deep/ .ant-table-thead > tr > th, .ant-table-tbody > tr > td{
|
|
|
+ padding: 9px 16px
|
|
|
+ }
|
|
|
+ /deep/.ant-card-body{
|
|
|
+ padding-top: 10px !important;
|
|
|
+ padding-bottom: 0px !important;
|
|
|
+ }
|
|
|
+ /deep/ .table-page-search-wrapper .table-page-search-submitButtons{
|
|
|
+ margin-bottom: 8px;
|
|
|
}
|
|
|
</style>
|
|
|
|