Browse Source

创建图表->选择数据源对话框 样式调整

xiaoct 7 years ago
parent
commit
5b7e8b2547

+ 1 - 1
src/components/chart/chooseDataSourceBox.jsx

@@ -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 - 1
src/components/chart/chooseDataSourceBox.less

@@ -1,5 +1,5 @@
 .choosedatasource-box {
-    width: 600px !important;
+    width: 800px !important;
     .ant-modal-body {
         padding: 0;
         max-height: 50vh;