Merge branch 'wangliang' into 'dev'

Wangliang

See merge request !8
This commit is contained in:
王亮wa 2017-07-12 12:16:37 +08:00
commit 9e42140e05
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
-webkit-box-flex: 1;
margin: 15px auto 0 auto;
font-size: 0.14rem;
background: #FFF;
.interface-list {
width: 216px;

View File

@ -34,8 +34,8 @@ class InterfaceTable extends Component {
render: () => {
return (
<span>
<Button type="primary">Primary</Button>
<Button type="primary">Primary</Button>
<Button type="primary">编辑</Button>
<Button type="danger">删除</Button>
</span>
)
}