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