mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
commit
83172dd3f7
@ -5,6 +5,7 @@
|
|||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
margin: 15px auto 0 auto;
|
margin: 15px auto 0 auto;
|
||||||
font-size: 0.14rem;
|
font-size: 0.14rem;
|
||||||
|
background: #FFF;
|
||||||
|
|
||||||
.interface-list {
|
.interface-list {
|
||||||
width: 216px;
|
width: 216px;
|
||||||
|
@ -34,8 +34,8 @@ class InterfaceTable extends Component {
|
|||||||
render: () => {
|
render: () => {
|
||||||
return (
|
return (
|
||||||
<span>
|
<span>
|
||||||
<Button type="primary">Primary</Button>
|
<Button type="primary">编辑</Button>
|
||||||
<Button type="primary">Primary</Button>
|
<Button type="danger">删除</Button>
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user