Skip to content

Commit 414c84d

Browse files
committed
Merge branch 'dev' of https://github.com/dcloudio/hello-uniapp into dev
2 parents 1dd033d + c15780c commit 414c84d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/component/input/input.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,12 @@
133133
}
134134
</script>
135135

136-
<style>
136+
<style scoped>
137137
.title {
138138
padding: 10upx 25upx;
139139
}
140+
.uni-icon-clear,
141+
.uni-icon-eye {
142+
color: #999;
143+
}
140144
</style>

0 commit comments

Comments
 (0)