@@ -179,7 +179,7 @@ const DatasourceData = props => {
dataSource={contentData}
bordered
loading={contentLoading}
- scroll={{ x: 3500 }}
+ scroll={{ x: contentCols.length * 120 }}
/>
</TabPane>
<TabPane tab="预览表结构" key="schema">
@@ -188,7 +188,7 @@ const DatasourceData = props => {
dataSource={schemaData}
loading={schemaLoading}
+ scroll={{ x: schemaCols.length * 120 }}
</Tabs>
@@ -577,7 +577,7 @@ const DatasourceManage = forwardRef(({ dataType }, ref) => {
<TabPane
@@ -589,7 +589,7 @@ const DatasourceManage = forwardRef(({ dataType }, ref) => {
@@ -376,7 +376,7 @@ export default function JobCreate() {
...ConfigDataForm.getFieldValue(),
script_file: '',
type: currentJobType,
- dag_uuid: 'test',
+ dag_uuid: data.data.dag_id,
// 镜像
image_url: '',
relation_list,