layui和ueditor的z-index问题

tech2026-06-05  3

今天遇到当在layui中使用ueditor的时候ueditor的默认z-index为999,导致我的在layui中写的select选框显示不全。解决方法如下(修改zIndex属性即可):

UE.getEditor(‘editor’,{ zIndex:100, });
最新回复(0)