ueditor防止图片溢出编辑框处理javascript

/ / 2025-05-13   阅读:2560
ueditor防止图片溢出编辑框处理...

主要是在themes\iframe.css增加以下CSS,该css文件是给我们扩展用的,默认是为空的状态,我们自己可以增加自己的css样式进去


img {
 max-width: 100%; /*图片自适应宽度*/
}
body {
 overflow-y: scroll !important;
}
.view {
 word-break: break-all;
}
.vote_area {
 display: block;
}
.vote_iframe {
 background-color: transparent;
 border: 0 none;
 height: 100%;
}
#edui1_imagescale{display:none !important;}


我要评论

昵称:
验证码:

最新评论

共0条 共0页 10条/页 首页 上一页 下一页 尾页
意见反馈