fix: adjust menu to align

This commit is contained in:
Semmy 2022-03-26 00:53:58 +08:00
parent 4620a42932
commit 9fe90500cb

View File

@ -288,6 +288,9 @@ export const Menu: ComposedMenu = observer((props) => {
> .general-schema-designer { > .general-schema-designer {
right: 6px !important; right: 6px !important;
} }
> span.anticon {
margin-right: 15px !important;
}
} }
} }
} }