|
@@ -539,7 +539,8 @@ const Contact = props => {
|
|
|
tableAlertRender={renderTableAlert}
|
|
tableAlertRender={renderTableAlert}
|
|
|
rowSelection={{
|
|
rowSelection={{
|
|
|
onChange: hanleRowSelectChange,
|
|
onChange: hanleRowSelectChange,
|
|
|
- type: 'checkbox'
|
|
|
|
|
|
|
+ type: 'checkbox',
|
|
|
|
|
+ columnWidth: 25
|
|
|
}}
|
|
}}
|
|
|
// search={false}
|
|
// search={false}
|
|
|
search={{ filterType: 'light' }}
|
|
search={{ filterType: 'light' }}
|