当前位置:网站首页>Learn to use the kindeditor rich text editor. Click to upload a picture. The mask is too large or the white screen solution

Learn to use the kindeditor rich text editor. Click to upload a picture. The mask is too large or the white screen solution

2022-06-24 10:39:00 Wandering in memory of Yu Fei

Learn to use KindEditor Rich text editor , Click to upload the picture. The mask is too large or the white screen solution

stay kingeditor/themes/default/default.css Found in file

/* dialog */
.ke-dialog {
position: absolute;
top: 30%;
left: 30%;

margin: 0;
padding: 0;
}

Add yellow css attribute , that will do

原网站

版权声明
本文为[Wandering in memory of Yu Fei]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/175/202206240914528796.html