span {
     line-height: 20px;
     background-color: yellowgreen;

     &:empty {
         display: inline-block;
         width: 1px;
         height: 20px;
     }
}
<span contenteditable></span>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-29
  • 2022-12-23
  • 2022-02-11
  • 2022-12-23
相关资源
相似解决方案