fix: Clear fix missing width (#21310)

This commit is contained in:
二货机器人 2020-02-10 11:55:30 +08:00 committed by GitHub
parent 703a4b1011
commit 04ef6a8bce

View File

@ -5,6 +5,7 @@
&::before,
&::after {
display: table;
width: 100%;
content: '';
}
&::after {