yoyo-ng-modulewindy
Version:
服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容
35 lines (34 loc) • 572 B
text/less
@import '../../../theme/styles/default';
.ad-full-content {
display: block;
height: 100%;
overflow: hidden;
&-wrap {
overflow: hidden;
.content {
router-outlet + * {
height: 100%;
width: 100%;
}
}
.content__title {
margin-left: -24px;
}
}
&-fs {
.header,
.aside,
reuse-tab {
display: none ;
}
.content {
margin: 24px ;
}
}
&-ht {
.content__title,
pro-header {
display: none ;
}
}
}