zl程序教程

您现在的位置是:首页 >  后端

当前栏目

百度编辑器上传图片后展示超出边框解决办法

百度编辑器上传 图片 解决办法 展示 边框 超出
2023-09-27 14:26:44 时间

编辑\ueditor\themes\iframe.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;} /去除点击图片后出现的拉伸边框/

 

 

 

转自:https://blog.csdn.net/feichuanyue/article/details/79303252