@@ -174,8 +174,7 @@ public class SSOInterceptor extends AbstractSSOInterceptor {
}
if (needPermission != null){
- return;
-// throw new AccessDeniedException("无法访问,没有 " + needPermission + " 权限!");
+ throw new AccessDeniedException("无法访问,没有 " + needPermission + " 权限!");
@@ -114,7 +114,8 @@
vertical-align: inherit;
display: inline-block;
width: 37px;
- height: 28px;
+ height: 31px;
+ float: left;
padding: 6px 6px;
font-size: 12px;
line-height: 1.42857143;
@@ -132,7 +133,6 @@
.user-role-manage .ng-table-pager a.page-a {
color: #fff;
cursor: pointer;
- padding: 5.55px 6px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;