新增本部门数据权限

This commit is contained in:
RuoYi
2019-05-14 18:59:12 +08:00
parent 7555e5aef1
commit 9be8716776
4 changed files with 27 additions and 2 deletions

View File

@ -685,6 +685,20 @@ label {
float: none;
}
.select-list .select-selectpicker li {
float: none;
}
.select-list .dropdown-menu>li>a {
line-height: inherit;
}
.select-list .dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a {
color: #fff;
text-decoration: none;
background-color: #12889a
}
.select-list .select-time input {
width: 93px;
}