|
|
@@ -44,11 +44,11 @@ export default class TableChart extends Component {
|
|
|
if (detailData.length == 0) {
|
|
|
height = '320px'
|
|
|
} else {
|
|
|
- height = detailData.length * 65 + 'px'
|
|
|
+ height = detailData.length * 100 + 'px'
|
|
|
}
|
|
|
|
|
|
return (
|
|
|
- <div className='table-charts' style={{ width: '100%', overflowY: 'auto' }}>
|
|
|
+ <div className='table-charts' style={{ width: '100%', overflowY: 'auto', background: '#fff' }}>
|
|
|
<Table
|
|
|
scroll={{ x: '100%' }}
|
|
|
style={{ height: height, maxHeight: '320px' }}
|