mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-27 19:25:05 +08:00
fix(grid): fix the invalid property of flex in the default scene (#457)
* fix(grid): fix the invalid property of flex in the default scene * test(grid): update snapshots * chore: release v2.1.2
This commit is contained in:
@@ -33,7 +33,7 @@ exports[`Select Multiple should render correctly 1`] = `
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
flex-basis: 0;
|
||||
display: unset;
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 650px) {
|
||||
@@ -41,7 +41,7 @@ exports[`Select Multiple should render correctly 1`] = `
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
flex-basis: 0;
|
||||
display: unset;
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ exports[`Select Multiple should render correctly 1`] = `
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
flex-basis: 0;
|
||||
display: unset;
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ exports[`Select Multiple should render correctly 1`] = `
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
flex-basis: 0;
|
||||
display: unset;
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@ exports[`Select Multiple should render correctly 1`] = `
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
flex-basis: 0;
|
||||
display: unset;
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ exports[`Select Multiple should render correctly 1`] = `
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
flex-basis: 0;
|
||||
display: unset;
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
</style></div><div class=\\"icon\\"><svg viewBox=\\"0 0 24 24\\" width=\\"1.25em\\" height=\\"1.25em\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" fill=\\"none\\" shape-rendering=\\"geometricPrecision\\"><path d=\\"M6 9l6 6 6-6\\"></path><style>
|
||||
|
||||
Reference in New Issue
Block a user