fix
This commit is contained in:
parent
6945a74fd5
commit
9afa3fc81d
|
|
@ -129,6 +129,10 @@ html #layuicss-layer{display: none; position: absolute; width: 1989px;}
|
||||||
.layui-layer-setwin .layui-layer-close:hover{opacity:0.7;}
|
.layui-layer-setwin .layui-layer-close:hover{opacity:0.7;}
|
||||||
.layui-layer-setwin .layui-layer-close2{position:absolute; right: -28px; top: -28px; color: #fff; background-color: #787878; padding: 3px; width: 16px; height: 20px; font-size: 16px; font-weight: bolder; border-radius: 50%; margin-left: 0; *right:-18px; _display:none;}
|
.layui-layer-setwin .layui-layer-close2{position:absolute; right: -28px; top: -28px; color: #fff; background-color: #787878; padding: 3px; width: 16px; height: 20px; font-size: 16px; font-weight: bolder; border-radius: 50%; margin-left: 0; *right:-18px; _display:none;}
|
||||||
.layui-layer-setwin .layui-layer-close2:hover{opacity: unset; background-color: #3888f6;}
|
.layui-layer-setwin .layui-layer-close2:hover{opacity: unset; background-color: #3888f6;}
|
||||||
|
.layui-layer-setwin .layui-layer-min, .layui-layer-setwin .layui-layer-max {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* 按钮栏 */
|
/* 按钮栏 */
|
||||||
.layui-layer-btn{text-align: right; padding: 0 15px 12px; pointer-events: auto; user-select: none; -webkit-user-select: none;}
|
.layui-layer-btn{text-align: right; padding: 0 15px 12px; pointer-events: auto; user-select: none; -webkit-user-select: none;}
|
||||||
|
|
|
||||||
|
|
@ -317,13 +317,14 @@
|
||||||
language: "zh_CN", //语言类型
|
language: "zh_CN", //语言类型
|
||||||
content_style: "img {max-width:100%;}",
|
content_style: "img {max-width:100%;}",
|
||||||
placeholder: '在这里输入文字',
|
placeholder: '在这里输入文字',
|
||||||
height: 500,
|
height: 700,
|
||||||
|
autoresize_min_height: 700, //编辑区域的最小高度
|
||||||
branding: false, //tiny技术支持信息是否显示
|
branding: false, //tiny技术支持信息是否显示
|
||||||
plugins: ' preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media code codesample table charmap pagebreak nonbreaking anchor insertdatetime advlist lists wordcount autosave',
|
plugins: ' preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media code codesample table charmap pagebreak nonbreaking anchor insertdatetime advlist lists wordcount autosave',
|
||||||
toolbar: 'fullscreen undo redo restoredraft | cut copy paste pastetext | forecolor backcolor bold italic underline strikethrough link anchor | alignleft aligncenter alignright alignjustify outdent indent | \
|
toolbar: 'fullscreen undo redo restoredraft | cut copy paste pastetext | forecolor backcolor bold italic underline strikethrough link anchor | alignleft aligncenter alignright alignjustify outdent indent | \
|
||||||
styleselect formatselect fontselect fontsizeselect | bullist numlist | blockquote subscript superscript removeformat | \
|
styleselect formatselect fontselect fontsizeselect | bullist numlist | blockquote subscript superscript removeformat | \
|
||||||
table image media charmap hr pagebreak insertdatetime preview | code selectall searchreplace visualblocks | indent2em lineheight formatpainter axupimgs',
|
table image media charmap hr pagebreak insertdatetime preview | code selectall searchreplace visualblocks | indent2em lineheight formatpainter axupimgs',
|
||||||
toolbar_mode: 'wrap',
|
toolbar_mode: 'sliding',
|
||||||
paste_data_images: true, //图片是否可粘贴
|
paste_data_images: true, //图片是否可粘贴
|
||||||
images_upload_handler: (blobInfo) => {
|
images_upload_handler: (blobInfo) => {
|
||||||
return new Promise(async (resolve, reject) => {
|
return new Promise(async (resolve, reject) => {
|
||||||
|
|
|
||||||
|
|
@ -248,13 +248,14 @@
|
||||||
language: "zh_CN", //语言类型
|
language: "zh_CN", //语言类型
|
||||||
content_style: "img {max-width:100%;}",
|
content_style: "img {max-width:100%;}",
|
||||||
placeholder: '在这里输入文字',
|
placeholder: '在这里输入文字',
|
||||||
height: 500,
|
height: 700,
|
||||||
|
autoresize_min_height: 700, //编辑区域的最小高度
|
||||||
branding: false, //tiny技术支持信息是否显示
|
branding: false, //tiny技术支持信息是否显示
|
||||||
plugins: ' preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media code codesample table charmap pagebreak nonbreaking anchor insertdatetime advlist lists wordcount autosave',
|
plugins: ' preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media code codesample table charmap pagebreak nonbreaking anchor insertdatetime advlist lists wordcount autosave',
|
||||||
toolbar: 'fullscreen undo redo restoredraft | cut copy paste pastetext | forecolor backcolor bold italic underline strikethrough link anchor | alignleft aligncenter alignright alignjustify outdent indent | \
|
toolbar: 'fullscreen undo redo restoredraft | cut copy paste pastetext | forecolor backcolor bold italic underline strikethrough link anchor | alignleft aligncenter alignright alignjustify outdent indent | \
|
||||||
styleselect formatselect fontselect fontsizeselect | bullist numlist | blockquote subscript superscript removeformat | \
|
styleselect formatselect fontselect fontsizeselect | bullist numlist | blockquote subscript superscript removeformat | \
|
||||||
table image media charmap hr pagebreak insertdatetime preview | code selectall searchreplace visualblocks | indent2em lineheight formatpainter axupimgs',
|
table image media charmap hr pagebreak insertdatetime preview | code selectall searchreplace visualblocks | indent2em lineheight formatpainter axupimgs',
|
||||||
toolbar_mode: 'wrap',
|
toolbar_mode: 'sliding',
|
||||||
paste_data_images: true, //图片是否可粘贴
|
paste_data_images: true, //图片是否可粘贴
|
||||||
images_upload_handler: (blobInfo) => {
|
images_upload_handler: (blobInfo) => {
|
||||||
return new Promise(async (resolve, reject) => {
|
return new Promise(async (resolve, reject) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue