fix bugs change theme model
This commit is contained in:

parent
5abba695b2
commit
dc43264503
@ -322,74 +322,6 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
.router-tab {
|
||||
.router-tab__header {
|
||||
background-color: map-deep-get($config, #{$theme}, "router-header");
|
||||
border-color: map-deep-get($config, #{$theme}, "router-header");
|
||||
height: 46px;
|
||||
z-index: 7;
|
||||
max-width: calc(100vw - 290px);
|
||||
}
|
||||
|
||||
.router-tab__container {
|
||||
background-color: map-deep-get($config, #{$theme}, "router-container");
|
||||
}
|
||||
|
||||
.router-tab__item {
|
||||
background-color: map-deep-get($config, #{$theme}, "router-tab-item");
|
||||
border-color: map-deep-get($config, #{$theme}, "router-tab-item");
|
||||
color: map-deep-get($config, #{$theme}, "router-tab-item-color");
|
||||
|
||||
&:not(.is-active) {
|
||||
&:hover {
|
||||
&>span {
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-item-hover-color"
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.v-icon {
|
||||
color: map-deep-get($config, #{$theme}, "router-tab-item-icon-color");
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
background-color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-item-active"
|
||||
);
|
||||
border-color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-item-active-color"
|
||||
) !important;
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-item-active-color"
|
||||
);
|
||||
|
||||
.v-icon {
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-item-icon-active-color"
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.router-tab__slot-end {
|
||||
.v-btn {
|
||||
background-color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-slot-end-button-backgroundColor"
|
||||
);
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.border-bottom-1 {
|
||||
border-bottom: 1px solid map-deep-get($config, #{$theme}, "border-color");
|
||||
}
|
||||
|
@ -182,6 +182,7 @@
|
||||
height: calc(100vh - 110px);
|
||||
max-height: calc(100vh - 115px);
|
||||
padding: 20px;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.router-tab__slot-end {
|
||||
@ -436,6 +437,70 @@
|
||||
}
|
||||
}
|
||||
|
||||
.router-tab {
|
||||
.router-tab__header {
|
||||
background-color: map-deep-get($config, #{$theme}, "router-header");
|
||||
border-color: map-deep-get($config, #{$theme}, "router-header");
|
||||
height: 46px;
|
||||
z-index: 7;
|
||||
max-width: calc(100vw - 290px);
|
||||
}
|
||||
|
||||
.router-tab__item {
|
||||
background-color: map-deep-get($config, #{$theme}, "router-tab-item");
|
||||
border-color: map-deep-get($config, #{$theme}, "router-tab-item");
|
||||
color: map-deep-get($config, #{$theme}, "router-tab-item-color");
|
||||
|
||||
&:not(.is-active) {
|
||||
&:hover {
|
||||
&>span {
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-item-hover-color"
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.v-icon {
|
||||
color: map-deep-get($config, #{$theme}, "router-tab-item-icon-color");
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
background-color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-item-active"
|
||||
);
|
||||
border-color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-item-active-color"
|
||||
) !important;
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-item-active-color"
|
||||
);
|
||||
|
||||
.v-icon {
|
||||
color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-item-icon-active-color"
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.router-tab__slot-end {
|
||||
.v-btn {
|
||||
background-color: map-deep-get($config,
|
||||
#{$theme},
|
||||
"router-tab-slot-end-button-backgroundColor"
|
||||
);
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user