|  | @@ -127,7 +127,7 @@
 | 
	
		
			
				|  |  |          :row-key="record => record.id"
 | 
	
		
			
				|  |  |          :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
 | 
	
		
			
				|  |  |          @change="handleTableChange"
 | 
	
		
			
				|  |  | -        :scroll="{ x: 1500, y: 500 }"
 | 
	
		
			
				|  |  | +        :scroll="{ x: 1500, y: 600 }"
 | 
	
		
			
				|  |  |        >
 | 
	
		
			
				|  |  |          <!-- 集装箱号 输入框-->
 | 
	
		
			
				|  |  |          <!-- <a-form-model
 | 
	
	
		
			
				|  | @@ -229,7 +229,7 @@
 | 
	
		
			
				|  |  |            </a-dropdown>
 | 
	
		
			
				|  |  |          </span>
 | 
	
		
			
				|  |  |        </a-table>
 | 
	
		
			
				|  |  | -       <span style="position: absolute;bottom: 9%;">共勾选{{selectedNumber}}条数</span>
 | 
	
		
			
				|  |  | +       <span style="position: absolute;bottom: 4%;">共勾选{{selectedNumber}}条数</span>
 | 
	
		
			
				|  |  |      </a-card>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <!-- 子表 -->
 | 
	
	
		
			
				|  | @@ -483,9 +483,9 @@ export default {
 | 
	
		
			
				|  |  |            className: 'replacecolor'
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  | -          title: '是否云工厂推送',
 | 
	
		
			
				|  |  | +          title: '云工厂推送',
 | 
	
		
			
				|  |  |            dataIndex: 'whetherCloudFactoryPush ',
 | 
	
		
			
				|  |  | -          width: 90,
 | 
	
		
			
				|  |  | +          width: 110,
 | 
	
		
			
				|  |  |            fixed: 'right',
 | 
	
		
			
				|  |  |            scopedSlots: { customRender: 'whetherCloudFactoryPush' },
 | 
	
		
			
				|  |  |            className: 'replacecolor'
 | 
	
	
		
			
				|  | @@ -494,7 +494,7 @@ export default {
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |            title: '单据状态',
 | 
	
		
			
				|  |  |            dataIndex: 'status',
 | 
	
		
			
				|  |  | -          width: 80,
 | 
	
		
			
				|  |  | +          width: 100,
 | 
	
		
			
				|  |  |            fixed: 'right',
 | 
	
		
			
				|  |  |            scopedSlots: { customRender: 'stateSlot' },
 | 
	
		
			
				|  |  |            className: 'replacecolor'
 | 
	
	
		
			
				|  | @@ -939,4 +939,21 @@ export default {
 | 
	
		
			
				|  |  |  // /deep/ th.replacecolor {
 | 
	
		
			
				|  |  |  //   background-color: #ccc;
 | 
	
		
			
				|  |  |  // }
 | 
	
		
			
				|  |  | +/deep/ .ant-table-tbody .ant-table-row td{
 | 
	
		
			
				|  |  | +    padding-top: 8px;
 | 
	
		
			
				|  |  | +    padding-bottom: 8px;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +/deep/.ant-card-body{
 | 
	
		
			
				|  |  | +padding-top: 10px !important;
 | 
	
		
			
				|  |  | +padding-bottom: 0px !important;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +/deep/.table-operator .ant-btn{
 | 
	
		
			
				|  |  | +  margin: 0 8px 3px 0;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +/deep/.table-page-search-wrapper .ant-form-inline .ant-form-item{
 | 
	
		
			
				|  |  | +  margin-bottom: 10px;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +/deep/.table-page-search-wrapper .table-page-search-submitButtons{
 | 
	
		
			
				|  |  | + margin-bottom: 10px;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  </style>
 |