Skip to content

Commit 500782e

Browse files
committed
PullRequest: 551 fixes width in treeNodeMenu
Merge branch 'fix/dev-4.3.2-style of git@code.alipay.com:oceanbase/oceanbase-developer-center.git into dev-4.3.2 https://code.alipay.com/oceanbase/oceanbase-developer-center/pull_requests/551 Signed-off-by: 晓康 <xxk268858@oceanbase.com> * fixes width in treeNodeMenu
1 parent ef02b8c commit 500782e

File tree

1 file changed

+3
-0
lines changed
  • src/page/Workspace/SideBar/ResourceTree/TreeNodeMenu

1 file changed

+3
-0
lines changed

src/page/Workspace/SideBar/ResourceTree/TreeNodeMenu/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ const TreeNodeMenu = (props: IProps) => {
242242
<>
243243
<Dropdown
244244
menu={{
245+
style: {
246+
minWidth: '160px',
247+
},
245248
items: allItemsProp,
246249
onClick: (info) => {
247250
info?.domEvent?.stopPropagation();

0 commit comments

Comments
 (0)