diff --git a/components/grid/style/index.ts b/components/grid/style/index.ts index 137b50251f..923e01837f 100644 --- a/components/grid/style/index.ts +++ b/components/grid/style/index.ts @@ -50,6 +50,10 @@ const genGridRowStyle: GenerateStyle = (token): CSSObject => { justifyContent: 'space-around', }, + '&-space-evenly ': { + justifyContent: 'space-evenly', + }, + // Align at the top '&-top': { alignItems: 'flex-start',