摘要:
参考:https://www.bianchengquan.com/article/144145.html https://zhuanlan.zhihu.com/p/41926228 https://juejin.cn/post/6844903637555101704 1.展示效果: 🈶保单📃,� 阅读全文
摘要:
直接引入,在plugins和toolbar中添加 formatpainter !function(l) { "use strict"; var e, r, t, n, o, m, i, d, a, u, c, v, s, g = function(e) { var r = e , t = funct 阅读全文
摘要:
直接引入,在plugins和toolbar中添加 lineheight tinymce.PluginManager.add('lineheight', function(editor, url) { var pluginName='设置行高'; var global$1 = tinymce.util 阅读全文
摘要:
1.在public下tinymce文件夹找到image 2.在plugin.js里面修改 img.onload = function () { var width = parseIntAndGetMax(img.width, img.clientWidth); var height = parseI 阅读全文
摘要:
参考 https://blog.csdn.net/weixin_53605215/article/details/123043676 1. npm下载 vue3.x : npm install tinymce -S npm install @tinymce/tinymce-vue -S vue2.x 阅读全文
摘要:
html: <el-form-item v-if="['1','2'].includes(form.themeType)" label="文案"> <div class="picTopic"> <template v-if="form.contentList.length!==0"> <el-col 阅读全文
摘要:
const promiseList = this.dataList.map(async o => { o.richText = await downloadRichText({ key: o.changeCode }).then(res => { return decodeURI(res.data) 阅读全文
摘要:
参考:https://www.cnblogs.com/yetianjiao/p/15798533.html html: <div class="item" v-for="(item,index) in recordList" :key="index"> <div class="left"> <spa 阅读全文