Commit 20ee33c2 by zhaochengxiang

调整

parent 90ef6c6a
...@@ -27,7 +27,7 @@ import StartFlow from './Component/start-flow' ...@@ -27,7 +27,7 @@ import StartFlow from './Component/start-flow'
import MergeToMaster from './Component/merge-to-master'; import MergeToMaster from './Component/merge-to-master';
import AuthTransfer from './Component/auth-transfer'; import AuthTransfer from './Component/auth-transfer';
import AuthShare from './Component/auth-share'; import AuthShare from './Component/auth-share';
import Header from './Component/header'; import NodeIntroduction from './Component/node-introduction';
import './index.less'; import './index.less';
...@@ -790,7 +790,7 @@ class Model extends React.Component { ...@@ -790,7 +790,7 @@ class Model extends React.Component {
</div> </div>
</div> </div>
<div className='right'> <div className='right'>
<Header node={this.state.node} data={filterTableData} /> <NodeIntroduction node={this.state.node} data={filterTableData} />
<div style={{ height: 10, background: '#f0f2f5' }} /> <div style={{ height: 10, background: '#f0f2f5' }} />
<div <div
className='flex' className='flex'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment