mirror of
https://github.com/YMFE/yapi.git
synced 2025-03-13 14:26:50 +08:00
feat: col menu
This commit is contained in:
parent
05b13df731
commit
8021b055d8
@ -124,7 +124,7 @@ export default class InterfaceColMenu extends Component {
|
||||
this.props.interfaceColList.map((col) => (
|
||||
<TreeNode
|
||||
key={'col_' + col._id}
|
||||
title={<span><Icon type="folder-open" /><span>{col.name}</span></span>}
|
||||
title={<span><Icon type="folder-open" style={{marginRight: 5}} /><span>{col.name}</span></span>}
|
||||
>
|
||||
{
|
||||
col.caseList && col.caseList.map((interfaceCase) => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user