fix: ant-row with flex

This commit is contained in:
zombiej 2020-02-17 11:37:23 +08:00
parent 4c52401fd1
commit e35663065c

View File

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