CKEditor table 数据在 4.x 版本中消耗了不需要的 space

CKEditor table data consume unwanted space in 4.x version

如何trim table 数据上下单元格中不需要的space? 供您参考:

右键单击 table 进入 table 属性并确保您没有设置填充或设置 line-height 的样式选项。如果这些都没有错,你可以强制使用 line-height:

line-height:18px!important;

将 18px 更改为适合您使用的字体大小的大小。

不过,最好弄清楚这种风格的来源。