Browse Source

fix: 修复 popup 中嵌套 input 高度为 0 的问题 #2144

eiinu 2 years ago
parent
commit
808ceb5d9c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/packages/__VUE/input/index.scss

+ 2 - 2
src/packages/__VUE/input/index.scss

@@ -55,8 +55,8 @@ textarea {
   }
   .input-text {
     font-size: $input-font-size;
-    height: auto;
-    min-height: auto;
+    // height: auto;
+    // min-height: auto;
   }
   &__label {
     width: 80px;