mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-18 13:04:46 +08:00
feat: 增加siderbar的滚动条
This commit is contained in:
parent
281fab2f8f
commit
2876f07251
@ -19,6 +19,8 @@ import { Link, withRouter } from 'react-router-dom';
|
||||
import produce from 'immer';
|
||||
import { arrayChangeIndex } from '../../../../common.js';
|
||||
|
||||
import './interfaceMenu.scss';
|
||||
|
||||
const confirm = Modal.confirm;
|
||||
const TreeNode = Tree.TreeNode;
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
.ant-tree,.interface-list{
|
||||
height: 550px;
|
||||
overflow-y: scroll;
|
||||
}
|
Loading…
Reference in New Issue
Block a user