@choerodon/master
Version:
A package of Master for Choerodon platform.
40 lines (34 loc) • 578 B
text/less
.wrap-tabs {
// padding-left: 24px;
// padding-right: 24px;
height: 100%;
.c7n-tabs-content {
height: 100%;
.c7n-tabs-tabpane {
height: 100%;
}
}
> .c7n-tabs-bar {
position: absolute;
top: 64px;
width: calc(~"100% - 48px");
z-index: 2;
margin-left: 24px;
margin-right: 24px;
}
}
.hasHeader {
> .c7n-tabs-bar {
top: 104px ;
}
}
body[data-theme="theme4"] {
.wrap-tabs {
> .c7n-tabs-bar {
top: 68px ;
background: white;
z-index: 3;
padding-top: 6px;
}
}
}