This commit is contained in:
chuzhixin 2020-10-18 23:16:30 +08:00
parent 3a2aea211c
commit 0e2f803ee6
4 changed files with 9 additions and 7 deletions

View File

@ -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 {

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;