【发布时间】:2022-01-07 01:47:29
【问题描述】:
【问题讨论】:
-
空间存在是因为 p 元素的 margin-block-start 和 margin-block-end 的默认样式。
【问题讨论】:
出现空格是因为 ckeditor 在按下回车键时会开始一个新段落,而不是开始一个新行。
您可以通过配置更改此行为:https://ckeditor.com/docs/ckeditor4/latest/features/enterkey.html
【讨论】:
您应该在 CK 编辑器中使用行高,请在此处查看http://ckeditor.com/addon/lineheight
【讨论】: