列表
-
@@ -274,8 +293,8 @@ function depthandleClose() {
-
- 搜索
+
+ 搜索
@@ -288,43 +307,69 @@ function depthandleClose() {
-
+
-
-
-
-
-
-
-
-
+
+
+
+
-
- 有效
- 无效
+ 管理员
+ 普通用户
+
+
+
+
+
+
+
+ 有效
+ 无效
-
-
+
+
+ {{formatDateTime(scope.row.lastmodifydate)}}
+
+
+
-
+
+
+
+
+
-
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -334,37 +379,6 @@ function depthandleClose() {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -406,35 +420,45 @@ function depthandleClose() {
align-items: center;
justify-content: center;
}
- :deep(.ed-tree){
+ :deep(.el-tree){
background:#212121;
- height: calc(100vh - 210px);
- margin-top: 20px;
+ height: calc(100vh - 145px);
+ margin-top: 5px;
color: #ffffff;
font-size: 14px;
}
- :deep(.ed-tree-node__content){
+ :deep(.el-tree-node__content){
height: 40px;
line-height: 40px;
}
- :deep(.ed-tree-node__content:hover){
+ :deep(.el-tree-node__content:hover){
background: rgba(61,158, 255, 0.1);
color: #0089FF;
}
- :deep(.ed-tree--highlight-current .ed-tree-node.is-current>.ed-tree-node__content){
+ :deep(.custom-tree-node){
+ flex: 1;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ font-size: 14px;
+ padding-right: 8px;
+ }
+ :deep(.el-tree-node__content>.ed-tree-node__expand-icon){
+ padding: 2px;
+ }
+ :deep(.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content){
background: #409eff;
color: #ffffff;
}
- :deep(.custom-tree-node){
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 14px;
- padding-right: 8px;
+ :deep(.el-tree-node:focus>.el-tree-node__content){
+ background:#212121;
+ color: #ffffff;
}
- :deep(.ed-tree-node__content>.ed-tree-node__expand-icon){
- padding: 2px;
+ :deep(.el-text){
+ color: #ffffff;
+ }
+ :deep(.el-tree-node__expand-icon){
+ color: #ffffff;
}
}
.organization-rightbox{
@@ -579,5 +603,45 @@ function depthandleClose() {
box-shadow: none;
border: 1px solid #0089ff;
}
-
+ .ed-pagination__total{
+ color: #F2F4F5;
+ }
+ .ed-pagination__jump{
+ color: #F2F4F5;
+ }
+ .ed-pagination .ed-pager li{
+ background: #252626;
+ border: 1px solid #434343 !important;
+ color:#fff !important;
+ }
+ .ed-pagination .ed-pager li:hover{
+ background: #252626;
+ }
+ .ed-pagination button.is-disabled, .ed-pagination button:disabled {
+ color: #787878;
+ background-color: #252626;
+ border-color: #636363 !important;
+ }
+ .ed-pagination .btn-next[aria-disabled=true]:active, .ed-pagination .btn-next[aria-disabled=true]:hover, .ed-pagination .btn-prev[aria-disabled=true]:active, .ed-pagination .btn-prev[aria-disabled=true]:hover{
+ color: #bbbfc4 !important;
+ background-color: #252626 !important;
+ border-color: #636363 !important;
+ }
+ .ed-pagination__jump{
+ color:#fff !important;
+ }
+ .ed-pagination .btn-next:hover, .ed-pagination .btn-prev:hover{
+ background: #252626 !important;
+ border: 1px solid #0089ff !important;
+ color:#0089ff !important;
+ }
+ .ed-pagination button{
+ background: #252626;
+ border: 1px solid #434343 !important;
+ color:#fff !important;
+ }
+ .ed-pagination.is-background .btn-next.is-active, .ed-pagination.is-background .btn-prev.is-active, .ed-pagination.is-background .ed-pager li.is-active {
+ border-color: #0089ff !important;
+ color: #0089ff !important;
+ }
\ No newline at end of file