mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
合并代码 解决冲突
This commit is contained in:
parent
749962d46c
commit
74b739c0ec
@ -76,7 +76,7 @@ class AddInterface extends Component {
|
||||
|
||||
return (
|
||||
<Tabs defaultActiveKey="1">
|
||||
<TabPane tab="Tab 1" key="1">
|
||||
<TabPane tab="接口详情" key="1">
|
||||
<section className="add-interface-box">
|
||||
<div className="content">
|
||||
<Button type="primary" className="save" onClick={this.saveForms}>保存</Button>
|
||||
@ -88,8 +88,8 @@ class AddInterface extends Component {
|
||||
</div>
|
||||
</section>
|
||||
</TabPane>
|
||||
<TabPane tab="Tab 2" key="2">mock</TabPane>
|
||||
<TabPane tab="Tab 3" key="3">测试</TabPane>
|
||||
<TabPane tab="Mock" key="2">mock</TabPane>
|
||||
<TabPane tab="测试" key="3">测试</TabPane>
|
||||
</Tabs>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user