From a1f46df91bd8854b91453c5a8576fc85d213c305 Mon Sep 17 00:00:00 2001 From: KarasuShin Date: Mon, 21 Nov 2022 15:58:06 +0800 Subject: [PATCH] fix: collapsed inline menu style --- components/layout/style/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/style/index.tsx b/components/layout/style/index.tsx index 194297dc2268..ef0b63507e8c 100644 --- a/components/layout/style/index.tsx +++ b/components/layout/style/index.tsx @@ -109,7 +109,7 @@ const genLayoutStyle: GenerateStyle = (token) => { marginTop: -0.1, paddingTop: 0.1, - [`${antCls}-menu${antCls}menu-inline-collapsed`]: { + [`${antCls}-menu${antCls}-menu-inline-collapsed`]: { width: 'auto', }, },