mirror of
https://github.com/YMFE/yapi.git
synced 2025-03-01 14:05:44 +08:00
修改按钮颜色状态
This commit is contained in:
parent
d9d417e818
commit
2efd747caa
@ -5,6 +5,7 @@
|
||||
-webkit-box-flex: 1;
|
||||
margin: 15px auto 0 auto;
|
||||
font-size: 0.14rem;
|
||||
background: #FFF;
|
||||
|
||||
.interface-list {
|
||||
width: 216px;
|
||||
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user