diff --git a/src/styles/themes/dark.scss b/src/styles/themes/dark.scss index 762b645..47de1a4 100644 --- a/src/styles/themes/dark.scss +++ b/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 { diff --git a/src/styles/themes/glory.scss b/src/styles/themes/glory.scss index b458e24..ec1016a 100644 --- a/src/styles/themes/glory.scss +++ b/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; } diff --git a/src/styles/themes/green.scss b/src/styles/themes/green.scss index d7cc969..870c9d4 100644 --- a/src/styles/themes/green.scss +++ b/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; } diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 171bec2..e5371b9 100644 --- a/src/styles/variables.scss +++ b/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;