You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.2 KiB
Plaintext

1 month ago
.layoutContainer {
height: 100%;
1 month ago
background-color:#f0f7f7;
// 激活状态样式
&.active {
}
1 month ago
.tabBarHeader {
1 month ago
background-color: transparent;
1 month ago
padding: 0;
width: 100%;
.tabBarRow {
padding: 0 12px;
1 month ago
// background-color: red !important;
1 month ago
.tabBarLeft {
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
align-items: center;
.leftLogo {
width: 36px;
height: 36px;
margin: 0 12px;
}
.leftMenu {
width: calc(100% - 52px);
}
}
.tabBarRight {
text-align: right;
display: flex;
justify-content: flex-end;
flex-wrap: nowrap;
align-items: center;
.tabBarRightAvaTor {
margin-right: 20px;
}
.tabBarRightName {
margin-right: 5px;
}
.tabBarRightBtn {
height: 100%;
}
}
}
}
.contentMain {
height: calc(100% - 46px);
overflow-y: hidden;
}
1 month ago
// 覆盖面包屑激活文本样式
:global {
.breadcrumb-item-text-active {
color: #006665 !important;
font-weight: 500 !important;
}
}
}