Commit 6d569b6ace407ac057490ce468c239ebf5699f4c

Authored by 梁灏
1 parent 97b53191

fix #5053

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/styles/components/input-number.less
... ... @@ -112,6 +112,10 @@
112 112 &[disabled] {
113 113 .disabled();
114 114 }
  115 +
  116 + &::placeholder {
  117 + color: @input-placeholder-color;
  118 + }
115 119 }
116 120  
117 121 &-large {
... ...