chuzhixin 4 years ago
parent
commit
0e2f803ee6

+ 3 - 3
src/styles/themes/dark.scss

@@ -12,7 +12,7 @@
   color: #fff !important;
   background-color: #2e2f34 !important;
 
-  *:not(a):not([class*="svg"]):not(.el-drawer__wrapper):not(.el-drawer__container) {
+  *:not(a):not([class*='svg']):not(.el-drawer__wrapper):not(.el-drawer__container) {
     color: #fff !important;
     background-color: #2e2f34 !important;
     border-color: #999 !important;
@@ -20,7 +20,7 @@
   }
 
   .is-active:not(li) {
-    *:not(a):not([class*="svg"]) {
+    *:not(a):not([class*='svg']) {
       color: #fff !important;
       background-color: #000 !important;
       border-color: #999 !important;
@@ -106,7 +106,7 @@
     background: $base-color-white;
     border-top: 1px solid #f6f6f6;
 
-    .tags-content {
+    .tabs-content {
       .el-tabs__header {
         .el-tabs__item {
           &.is-active {

+ 2 - 1
src/styles/themes/glory.scss

@@ -80,10 +80,11 @@
     background: $base-color-white;
     border-top: 1px solid #f6f6f6;
 
-    .tags-content {
+    .tabs-content {
       .el-tabs__header {
         .el-tabs__item {
           &.is-active {
+            color: $base-color-white !important;
             background: $base-color-blue !important;
             border: 1px solid $base-color-blue !important;
           }

+ 2 - 1
src/styles/themes/green.scss

@@ -80,10 +80,11 @@
     background: $base-color-white;
     border-top: 1px solid #f6f6f6;
 
-    .tags-content {
+    .tabs-content {
       .el-tabs__header {
         .el-tabs__item {
           &.is-active {
+            color: $base-color-white !important;
             background: $base-color-blue !important;
             border: 1px solid $base-color-blue !important;
           }

+ 2 - 2
src/styles/variables.scss

@@ -48,9 +48,9 @@ $base-top-bar-height: 65px;
 $base-logo-height: 75px;
 //顶部nav-bar的高度
 $base-nav-bar-height: 60px;
-//顶部多标签页tags-bar的高度
+//顶部多标签页tabs-bar的高度
 $base-tabs-bar-height: 55px;
-//顶部多标签页tags-bar中每一个item的高度
+//顶部多标签页tabs-bar中每一个item的高度
 $base-tag-item-height: 34px;
 //菜单li标签的高度
 $base-menu-item-height: 50px;