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; zoom: 1;
&:before, &:before,
&:after { &:after {
content: " "; content: "";
display: table; display: table;
} }
&:after { &:after {
clear: both; clear: both;
visibility: hidden;
font-size: 0;
height: 0;
} }
} }