Преглед изворни кода

style: 输入框文字默认颜色

TIANYONG пре 1 недеља
родитељ
комит
f48f016a54
1 измењених фајлова са 3 додато и 0 уклоњено
  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;
+      }
     }
   }
 }