首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
layui和ueditor的z-index问题
layui和ueditor的z-index问题
tech
2026-06-05
3
今天遇到当在layui中使用ueditor的时候ueditor的默认z-index为999,导致我的在layui中写的select选框显示不全。解决方法如下(修改zIndex属性即可):
UE
.
getEditor
(
‘editor’
,
{
zIndex
:
100
,
}
)
;
转载请注明原文地址:https://tech.qufami.com/read-28053.html
最新回复
(
0
)