mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
deploy
This commit is contained in:
parent
3a2aea211c
commit
0e2f803ee6
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user