1、jar包直接放在lib文件夹下

2、增加hibernate interceptor 修改sql语句适配mycat
3、部分页面修改
4、增加分中心只显示数据展示分中心角色菜单
This commit is contained in:
fangshunjian
2018-12-21 22:13:42 +06:00
parent f248aa0ddc
commit df150d4dd7
170 changed files with 16335 additions and 13879 deletions

View File

@@ -4,7 +4,7 @@
/* 以上实际使用若已初始化可删除 */
/* nav */
.nav{width: 210px;height: 100%;background: #263238;transition: all .3s;text-transform: capitalize;}
.nav{width: 215px;height: 100%;background: #263238;transition: all .3s;text-transform: capitalize;}
.nav a{display: block;overflow: hidden;padding-left: 10px;line-height: 46px;color: #ABB1B7;transition: all .3s;word-wrap:break-word;text-align: left;margin-right:10px;}
.nav a span{margin-left: 30px;}
.nav-item{position: relative;}