洪海涛 пре 4 година
родитељ
комит
c49ae8fed5
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 2 2
      src/assets/css/mixin.less
  2. 1 1
      src/components/fromChooseItem/style.module.less

+ 2 - 2
src/assets/css/mixin.less

@@ -4,7 +4,7 @@
     // margin-right: 15px;
     .input {
       flex: 1;
-      line-height: 32px;
+      line-height: initial;
     }
   }
   .name {
@@ -14,7 +14,7 @@
     color: var(--font-3);
     width: 88px;
     text-align: left;
-    line-height: 32px;
+    line-height: initial;
   }
 }
 

+ 1 - 1
src/components/fromChooseItem/style.module.less

@@ -14,7 +14,7 @@
       padding: 10px 8px;
       border: 1px dashed var(--gray-3);
       border-radius: 4px;
-      line-height: 1;
+      line-height: initial;
     }
   }
 }