Browse Source

fix: fix row in flex layout size cal (#36770)

pull/36772/head
二货机器人 2 years ago
committed by GitHub
parent
commit
51954aa470
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/grid/style/index.less

1
components/grid/style/index.less

@ -6,6 +6,7 @@
.@{row-prefix-cls} {
display: flex;
flex-flow: row wrap;
min-width: 0;
&::before,
&::after {

Loading…
Cancel
Save