粘贴html的table表格会有间隔大,黑色边线,可以在:

ueditor.all.js 里 找到以下处,修改里面的样式即可

me.ready(function () {
        utils.cssRule('table',
            //选中的td上的样式
            '.selectTdClass{background-color:#edf5fa !important}' +
                'table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption{border:1px dashed #f5f5f5 !important}' +
                //插入的表格的默认样式
                'table{border-collapse:collapse;display:table;}' +

 

 

 

.

相关文章:

  • 2021-11-17
  • 2021-11-19
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2021-08-01
  • 2021-12-31
猜你喜欢
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2021-09-18
  • 2021-11-15
  • 2021-06-25
相关资源
相似解决方案