fix clearfix (#10563)

This commit is contained in:
Jamie.LiuMJ 2018-05-21 21:52:15 +08:00 committed by 偏右
parent d4ed303bcd
commit 2955600642

View File

@ -4,13 +4,10 @@
zoom: 1;
&:before,
&:after {
content: " ";
content: "";
display: table;
}
&:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
}