|
@@ -153,7 +153,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '订单号',
|
|
|
- width: 95,
|
|
|
+ width: 100,
|
|
|
align: 'left',
|
|
|
dataIndex: 'csrccode',
|
|
|
className: 'replacecolor',
|
|
@@ -437,7 +437,7 @@ export default {
|
|
|
padding: 0;
|
|
|
}
|
|
|
/deep/ .ant-table-bordered .ant-table-tbody>tr>td, .ant-table-bordered .ant-table-thead>tr>th{
|
|
|
- white-space: nowrap;
|
|
|
+ // white-space: nowrap;
|
|
|
word-break: break-all;
|
|
|
}
|
|
|
</style>
|