|
|
@@ -171,7 +171,7 @@ class DataConnect extends React.Component {
|
|
|
}
|
|
|
actions={[
|
|
|
<div>
|
|
|
- {l.dbType === 'file' ? <Icon type='file' /> : <div><Icon type='database' />{l.dbType[0].toUpperCase() + l.dbType.slice(1)}</div>}
|
|
|
+ {l.dbType === 'file' ? <Icon type='file' /> : <div className='database-type-wrap'><div><Icon type='database' /></div>{l.dbType[0].toUpperCase() + l.dbType.slice(1)}</div>}
|
|
|
</div>,
|
|
|
<Dropdown overlay={this.generateOperationMenu(l)} trigger={['click']}>
|
|
|
<Icon style={{ fontSize: '24px' }} type="ellipsis" theme="outlined" />
|