chore: update menu placement (#2183)

This commit is contained in:
JimmFly
2023-04-28 13:40:37 +08:00
committed by GitHub
parent b3c1434055
commit b6ca2aa063
8 changed files with 9 additions and 9 deletions

View File

@@ -123,7 +123,7 @@ export const ShareMenu: FC<ShareMenuProps> = props => {
<Menu
content={Share}
visible={open}
// placement="bottom-end"
placement="bottom"
trigger={['click']}
width={439}
disablePortal={true}