赞
踩
在使用layui后台布局时遇到了发布文章时使用百度富文本编辑器的兼容问题,有时文章写到了一半,无法回到首行,百度富文本编辑器菜单栏卡在顶部,只能手动操作。下面说下解决方案。
在页面或者css样式中引入一下css样式:
- /* layui后台布局与ueditor兼容性问题处理方案 start */
- #edui1>div:not([class]){
- display: none;
- }
- #edui1_toolbarbox{
- width: unset !important;
- z-index: unset !important;
- position: unset !important;
- top: unset !important;
- }
- /* layui后台布局与ueditor兼容性问题处理方案 end */
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。