|
|
|
@ -1,10 +1,9 @@
|
|
|
|
.layoutContainer {
|
|
|
|
.layoutContainer {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color:#f0f7f7;
|
|
|
|
background-color: #f0f7f7;
|
|
|
|
|
|
|
|
|
|
|
|
// 激活状态样式
|
|
|
|
// 激活状态样式
|
|
|
|
&.active {
|
|
|
|
&.active {}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tabBarHeader {
|
|
|
|
.tabBarHeader {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
@ -61,7 +60,7 @@ background-color:#f0f7f7;
|
|
|
|
|
|
|
|
|
|
|
|
// 覆盖面包屑激活文本样式
|
|
|
|
// 覆盖面包屑激活文本样式
|
|
|
|
:global {
|
|
|
|
:global {
|
|
|
|
.breadcrumb-item-text-active {
|
|
|
|
.breadcrumb-item-text-active {
|
|
|
|
color: #006665 !important;
|
|
|
|
color: #006665 !important;
|
|
|
|
font-weight: 500 !important;
|
|
|
|
font-weight: 500 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|