行内元素没有内容时设置默认的宽高

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

     &:empty {
         display: inline-block;
         width: 1px;
         height: 20px;
     }
}
<span contenteditable></span>
posted @ 2019-12-20 19:59  _Jarrett  阅读(869)  评论(0编辑  收藏  举报