leafer-ui icon indicating copy to clipboard operation
leafer-ui copied to clipboard

没有设置zIndex 下,zIndex 都为0 ,怎么判断上下 层级关系

Open 3400442579 opened this issue 1 year ago • 3 comments

如题

3400442579 avatar Dec 18 '24 08:12 3400442579

父元素有一个children字段,是一个数组,可以通过children.indexOf(a) 取索引比对

leaferjs avatar Dec 18 '24 14:12 leaferjs

_lapp.editor.toTop(); _lapp.editor.toBottom(); 没有效果,有没有 上移一层下移一层 的方法

3400442579 avatar Dec 19 '24 07:12 3400442579

或许你应该这样

import { EditorHelper } from '@leafer-in/editor'

EditorHelper.toTop(app.editor.list) EditorHelper.toBottom(app.editor.list)

Xdy1579883916 avatar Mar 13 '25 01:03 Xdy1579883916