gaoshp
2024-06-13 fd7586c8d91473d2850af1e48b12f1a289e6b8d1
src/views/console/authority/role/index.vue
@@ -369,7 +369,7 @@
   line-height: 41px;
   font-size: 14px;
   text-align: center;
   background-color: #3b8e8e;
   background-color: #409eff;
   color: #fff;
}
.rolePage .roleContainer ul {
@@ -389,7 +389,7 @@
}
.rolePage .roleContainer ul li .active {
   font-weight: bold;
   color: #3b8e8e;
   color: #409eff;
}
.rolePage .roleContainer ul li:hover {
   background-color: #f5f7fa;
@@ -411,7 +411,7 @@
.role-main-title {
   padding: 6px 10px;
    font-size: 14px;
    background-color: #d8e8d8;
    background-color: #9dc7f2;
    margin-bottom: 8px;
    border-radius: 2px;
}
@@ -431,7 +431,7 @@
    text-overflow: ellipsis;
}
.role-main-header ul li.titleActive {
   border: 1px solid #3b8e8e;
   border: 1px solid #409eff;
}
.role-main-header ul li.role-header-add {
   display: inline-block;