mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-26 19:06:35 +08:00
deploy
This commit is contained in:
parent
3a2aea211c
commit
0e2f803ee6
@ -12,7 +12,7 @@
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
background-color: #2e2f34 !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;
|
color: #fff !important;
|
||||||
background-color: #2e2f34 !important;
|
background-color: #2e2f34 !important;
|
||||||
border-color: #999 !important;
|
border-color: #999 !important;
|
||||||
@ -20,7 +20,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.is-active:not(li) {
|
.is-active:not(li) {
|
||||||
*:not(a):not([class*="svg"]) {
|
*:not(a):not([class*='svg']) {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
background-color: #000 !important;
|
background-color: #000 !important;
|
||||||
border-color: #999 !important;
|
border-color: #999 !important;
|
||||||
@ -106,7 +106,7 @@
|
|||||||
background: $base-color-white;
|
background: $base-color-white;
|
||||||
border-top: 1px solid #f6f6f6;
|
border-top: 1px solid #f6f6f6;
|
||||||
|
|
||||||
.tags-content {
|
.tabs-content {
|
||||||
.el-tabs__header {
|
.el-tabs__header {
|
||||||
.el-tabs__item {
|
.el-tabs__item {
|
||||||
&.is-active {
|
&.is-active {
|
||||||
|
@ -80,10 +80,11 @@
|
|||||||
background: $base-color-white;
|
background: $base-color-white;
|
||||||
border-top: 1px solid #f6f6f6;
|
border-top: 1px solid #f6f6f6;
|
||||||
|
|
||||||
.tags-content {
|
.tabs-content {
|
||||||
.el-tabs__header {
|
.el-tabs__header {
|
||||||
.el-tabs__item {
|
.el-tabs__item {
|
||||||
&.is-active {
|
&.is-active {
|
||||||
|
color: $base-color-white !important;
|
||||||
background: $base-color-blue !important;
|
background: $base-color-blue !important;
|
||||||
border: 1px solid $base-color-blue !important;
|
border: 1px solid $base-color-blue !important;
|
||||||
}
|
}
|
||||||
|
@ -80,10 +80,11 @@
|
|||||||
background: $base-color-white;
|
background: $base-color-white;
|
||||||
border-top: 1px solid #f6f6f6;
|
border-top: 1px solid #f6f6f6;
|
||||||
|
|
||||||
.tags-content {
|
.tabs-content {
|
||||||
.el-tabs__header {
|
.el-tabs__header {
|
||||||
.el-tabs__item {
|
.el-tabs__item {
|
||||||
&.is-active {
|
&.is-active {
|
||||||
|
color: $base-color-white !important;
|
||||||
background: $base-color-blue !important;
|
background: $base-color-blue !important;
|
||||||
border: 1px solid $base-color-blue !important;
|
border: 1px solid $base-color-blue !important;
|
||||||
}
|
}
|
||||||
|
@ -48,9 +48,9 @@ $base-top-bar-height: 65px;
|
|||||||
$base-logo-height: 75px;
|
$base-logo-height: 75px;
|
||||||
//顶部nav-bar的高度
|
//顶部nav-bar的高度
|
||||||
$base-nav-bar-height: 60px;
|
$base-nav-bar-height: 60px;
|
||||||
//顶部多标签页tags-bar的高度
|
//顶部多标签页tabs-bar的高度
|
||||||
$base-tabs-bar-height: 55px;
|
$base-tabs-bar-height: 55px;
|
||||||
//顶部多标签页tags-bar中每一个item的高度
|
//顶部多标签页tabs-bar中每一个item的高度
|
||||||
$base-tag-item-height: 34px;
|
$base-tag-item-height: 34px;
|
||||||
//菜单li标签的高度
|
//菜单li标签的高度
|
||||||
$base-menu-item-height: 50px;
|
$base-menu-item-height: 50px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user