预览地址: http://dingdong-admin.nodebook.top/
公共接口配置: 请访问 src/models/UserRedux.js 配置公共接口
预览地址: http://dingdong.nodebook.top/
接口源码: https://github.com/cgq001/dingdong-node
接口文档: http://www.docway.net/project/1RegDIiCClF/1RegN4RuBJA
cnpm install
yarn strat
yarn run build
.MenusBoxList{
width: 100%;
height: calc(100% - 64px);
overflow-x: hidden;
overflow-y: auto;
-ms-overflow-style: none;
overflow: '-moz-scrollbars-none';
scrollbar-width: none; /* 火狐 */
}
.MenusBoxList::-webkit-scrollbar {
display: none; /* Chrome */
width: 0 !important ; /* Chrome */
}