style(Search): fix incorrect left icon color (#9100)

This commit is contained in:
neverland
2021-07-23 10:16:58 +08:00
committed by GitHub
parent 11b81c27cd
commit ffa3763e0b
4 changed files with 10 additions and 9 deletions
+1
View File
@@ -103,6 +103,7 @@ export default defineComponent({
v-slots={pick(slots, ['left-icon', 'right-icon'])}
ref={filedRef}
type="search"
class={bem('field')}
border={false}
onKeypress={onKeypress}
{...fieldAttrs}