소스 검색

Input: fix show-word-count style in el-form (#15359)

lvjiaxuan 6 년 전
부모
커밋
150bd70981
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/theme-chalk/src/input.scss

+ 1 - 0
packages/theme-chalk/src/input.scss

@@ -97,6 +97,7 @@
 
     .el-input__count-inner {
       background: $--color-white;
+      line-height: initial;
       display: inline-block;
       padding: 0 5px;
     }