From d622164fe0d1af9c6d186163dc0ed7cbcc2cafb9 Mon Sep 17 00:00:00 2001 From: DiamondThree Date: Thu, 28 Jul 2022 14:58:52 +0800 Subject: [PATCH] fix: commneu menu style --- .../src/menu/command-menu/Menu.tsx | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/libs/components/editor-plugins/src/menu/command-menu/Menu.tsx b/libs/components/editor-plugins/src/menu/command-menu/Menu.tsx index 2194059724..3ce81e6ebb 100644 --- a/libs/components/editor-plugins/src/menu/command-menu/Menu.tsx +++ b/libs/components/editor-plugins/src/menu/command-menu/Menu.tsx @@ -239,21 +239,23 @@ export const CommandMenu = ({ editor, hooks, style }: CommandMenuProps) => { ref={commandMenuContentRef} > - +
+ +
);