|
@@ -315,6 +315,55 @@
|
|
|
.auth-info-area .role-info tr td.edit-btn-area a, .auth-info-area .role-info tr td.edit-btn-area span{
|
|
.auth-info-area .role-info tr td.edit-btn-area a, .auth-info-area .role-info tr td.edit-btn-area span{
|
|
|
color: #5078cb;
|
|
color: #5078cb;
|
|
|
}
|
|
}
|
|
|
|
|
+ .auth-info-header {
|
|
|
|
|
+ height: 40px;
|
|
|
|
|
+ line-height: 40px;
|
|
|
|
|
+ background: #f5f8fe;
|
|
|
|
|
+ margin-top: 7px;
|
|
|
|
|
+ padding-right: 24px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .auth-info-header >div {
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ float: right;
|
|
|
|
|
+ }
|
|
|
|
|
+ .auth-info-header .addUser-group {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ }
|
|
|
|
|
+ .auth-info-header .addUser-group .addUser-btn {
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ }
|
|
|
|
|
+ .auth-info-header .addUser-group .addUser-btn img {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ top: -4px;
|
|
|
|
|
+ margin-right: 2px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .auth-info-header .addUser-group .addUser-btn span {
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .auth-info-header .addUser-group .addUser-expand {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ height: 54px;
|
|
|
|
|
+ width: 121px;
|
|
|
|
|
+ box-shadow: 1.5px 2.598px 7px 0px rgb( 0, 0, 0 );
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ }
|
|
|
|
|
+ .auth-info-header .addUser-group .addUser-expand >div {
|
|
|
|
|
+ height: 27px;
|
|
|
|
|
+ line-height: 27px;
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ margin-left: 5px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .auth-info-header .addUser-group .addUser-expand >div:hover {
|
|
|
|
|
+ color: #5a7fce;
|
|
|
|
|
+ }
|
|
|
|
|
+ .auth-info-header .addUser-group .addUser-expand >div i {
|
|
|
|
|
+ color: #dfe0e1;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .auth-info-header .addUser-group .addUser-expand >div:hover i {
|
|
|
|
|
+ color: #5a7fce;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
<!--右侧主体部分-->
|
|
|
<div class="count user_right fr">
|
|
<div class="count user_right fr">
|
|
@@ -578,6 +627,29 @@
|
|
|
<!--权限管理-->
|
|
<!--权限管理-->
|
|
|
<div class="count01 clearfix" ng-if="tab=='auth'">
|
|
<div class="count01 clearfix" ng-if="tab=='auth'">
|
|
|
<!--<div class="power_title">员工账号及权限管理</div>-->
|
|
<!--<div class="power_title">员工账号及权限管理</div>-->
|
|
|
|
|
+ <div class="auth-info-header">
|
|
|
|
|
+ <div class="addUser-group">
|
|
|
|
|
+ <!--<i class="fa fa-user-plus fa-fw"></i>-->
|
|
|
|
|
+ <div class="addUser-btn">
|
|
|
|
|
+ <img src="static/img/vendor/images/addUser.jpg" alt="">
|
|
|
|
|
+ <span>新增用户</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="addUser-expand">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <i class="fa fa-plus-circle"></i>
|
|
|
|
|
+ <span>添加未注册用户</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <i class="fa fa-plus-circle"></i>
|
|
|
|
|
+ <span>添加已注册用户</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="searchUser-group">
|
|
|
|
|
+ <input type="text">
|
|
|
|
|
+ <span>搜索</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
<div class="auth-info-area">
|
|
<div class="auth-info-area">
|
|
|
<table class="role-info" ng-table="tableParams">
|
|
<table class="role-info" ng-table="tableParams">
|
|
|
<thead>
|
|
<thead>
|