chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6d569b6ace407ac057490ce468c239ebf5699f4c
Authored by
梁灏
2018-12-21 10:05:55 +0800
1 parent
97b53191
fix #5053
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/styles/components/input-number.less
Inline
Side-by-side
src/styles/components/input-number.less
Wrap text
Show/Hide comments
View file @
6d569b6
...
...
@@ -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 {
...
...