Browse Source

style: 输入框文字默认颜色

TIANYONG 3 tháng trước cách đây
mục cha
commit
f48f016a54
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/fill-questionnaire/index.module.less

+ 3 - 0
src/views/fill-questionnaire/index.module.less

@@ -144,6 +144,9 @@
       .van-field__control {
         font-size: 15Px;
       }
+      .van-field__control::placeholder {
+        color: #BBBBBB;
+      }
     }
   }
 }