소스 검색

文本标签高度样式bug修改

zhouna 5 년 전
부모
커밋
e85c7971b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/components/EditableSpan/index.less

+ 1 - 1
src/common/components/EditableSpan/index.less

@@ -5,7 +5,7 @@
   word-break: break-word;
   min-width: 10px;
   // line-height: 2;
-  height: 16px;//火狐需要
+  min-height: 16px;//火狐需要
   line-height: 16px;
   vertical-align: middle;
   text-align: left;