@aplus-frontend/ui
Version:
47 lines (43 loc) • 873 B
text/less
@import '../mixins/mixins.less';
// Aplus端InfoLayout样式
.b(info-layout, {
&-container{
height: 100%;
background-color: @component-background;
border-radius: 4px;
}
&-header{
&__contant{
display: flex;
align-items: center;
justify-content: space-between;
&--title{
display: inline-block;
}
&--actions{
display: inline-block
}
}
}
&-contant{
border-bottom-color: @component-background;
}
});
// Admin端InfoLayout样式
.b(ap-info-layout-admin,{
margin: 16px;
height: calc(100% - 32px);
overflow: auto;
div&__header-shadow&__sticky_box {
box-shadow: 0 4px 6px 0 rgb(73 107 158 / 10%);
border-bottom: none;
}
&__sticky_box {
position: sticky;
top: 0;
z-index: 100;
}
&__sticky_box-bordered {
border-bottom: 1px solid #e9e9e9;
}
});