yoyo-ng-modulewindy
Version:
服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容
24 lines (20 loc) • 378 B
text/less
@media (max-width: @screen-xs-max) {
.hidden-xs {
display: none ;
}
}
@media (max-width: @screen-sm-max) {
.hidden-sm {
display: none ;
}
}
@media (max-width: @screen-md-max) {
.hidden-md {
display: none ;
}
}
@media (max-width: @screen-lg-max) {
.hidden-lg {
display: none ;
}
}