Files
fe_service_ebtp_frontend/src/utils/utils.less

17 lines
237 B
Plaintext
Raw Normal View History

2020-12-23 11:14:35 +08:00
// mixins for clearfix
// ------------------------
.clearfix() {
zoom: 1;
&::before,
&::after {
display: table;
content: ' ';
}
&::after {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}
}