@@ -49,7 +49,7 @@ class ChooseDataSourceBox extends React.Component {
title: '名称',
dataIndex: 'name',
key: 'name',
- width: 100,
+ width: 200,
render: (text, record) => {
return <div className='datasource-name'>
<div className={`datasource-type type-${record.type.key}`}></div>
@@ -1,5 +1,5 @@
.choosedatasource-box {
- width: 600px !important;
+ width: 800px !important;
.ant-modal-body {
padding: 0;
max-height: 50vh;