|
@ -35,13 +35,13 @@ const nodeMenuConfig = [ |
|
|
{ |
|
|
{ |
|
|
key: 'bringToTop', |
|
|
key: 'bringToTop', |
|
|
title: '置于顶层', |
|
|
title: '置于顶层', |
|
|
icon: <XIcon type={'icon-bringtotop'} />, |
|
|
icon: <XIcon type={'icon-bring-to-top'} />, |
|
|
handler:shortcuts.bringToTop.handler |
|
|
handler:shortcuts.bringToTop.handler |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
key: 'bringToBack', |
|
|
key: 'bringToBack', |
|
|
title: '置于底层', |
|
|
title: '置于底层', |
|
|
icon: <XIcon type={'icon-bringtobottom'} />, |
|
|
icon: <XIcon type={'icon-bring-to-bottom'} />, |
|
|
showDividerBehind: true, |
|
|
showDividerBehind: true, |
|
|
handler:shortcuts.bringToBack.handler |
|
|
handler:shortcuts.bringToBack.handler |
|
|
}, |
|
|
}, |
|
|