span {
line-height: 20px;
background-color: yellowgreen;
&:empty {
display: inline-block;
width: 1px;
height: 20px;
}
}
<span contenteditable></span>
原文:https://www.cnblogs.com/guojbing/p/12074831.html