feat: 增加siderbar的滚动条

This commit is contained in:
gandchuan 2018-07-10 14:29:36 +08:00
parent 281fab2f8f
commit 2876f07251
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -0,0 +1,4 @@
.ant-tree,.interface-list{
height: 550px;
overflow-y: scroll;
}