fix: interface path icon

This commit is contained in:
sean 2017-08-24 21:18:12 +08:00
parent c21fab09c1
commit 139b087e19

View File

@ -388,7 +388,7 @@ class InterfaceEditForm extends Component {
<span>
接口路径&nbsp;
<Tooltip title="接口路径,支持动态路由,例如:'/api/user/:id'">
<Icon type="question" style={{ width: "10px" }} />
<Icon type="question-circle-o" style={{ width: "10px" }} />
</Tooltip>
</span>