Sfoglia il codice sorgente

Merge branch 'master' of http://gogsb.soaringnova.com/liutao/ai-proj-demo

Zhang Li 2 anni fa
parent
commit
3c075ac976

+ 2 - 0
src/module/datasource/component/DatasourceData.jsx

@@ -179,6 +179,7 @@ const DatasourceData = props => {
             dataSource={contentData}
             bordered
             loading={contentLoading}
+            scroll={{ x: 3500 }}
           />
         </TabPane>
         <TabPane tab="预览表结构" key="schema">
@@ -187,6 +188,7 @@ const DatasourceData = props => {
             dataSource={schemaData}
             bordered
             loading={schemaLoading}
+            scroll={{ x: 3500 }}
           />
         </TabPane>
       </Tabs>

+ 2 - 0
src/module/datasource/component/DatasourceManage.jsx

@@ -577,6 +577,7 @@ const DatasourceManage = forwardRef(({ dataType }, ref) => {
               dataSource={contentData}
               bordered
               loading={contentLoading}
+              scroll={{ x: 3500 }}
             />
           </TabPane>
           <TabPane
@@ -588,6 +589,7 @@ const DatasourceManage = forwardRef(({ dataType }, ref) => {
               dataSource={schemaData}
               bordered
               loading={schemaLoading}
+              scroll={{ x: 3500 }}
             />
           </TabPane>
         </Tabs>