Browse Source

fix: (textinput)修复label提示样式问题

Drjingfubo 5 years ago
parent
commit
944b832318
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/packages/textinput/textinput.scss

+ 5 - 0
src/packages/textinput/textinput.scss

@@ -3,6 +3,11 @@
   align-items: center;
   position: relative;
 
+  &-label {
+    line-height: 1.5;
+    font-size: 14px;
+    color: #2d2d2d;
+  }
   input {
     flex: 1;
     height: 40px;