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
时间: 2024-09-30 15:59:09