fix(components): [el-input] missing margin between two icons (#5942) (#6017)

Co-authored-by: 寇超 <kouchao@xindong.com>
This commit is contained in:
kouchao
2022-02-15 16:00:32 +08:00
committed by GitHub
parent 7b7afc8f49
commit 3c8ff3aece
2 changed files with 6 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
[nsInput.m('prefix')]: $slots.prefix || prefixIcon,
[nsInput.m('suffix')]:
$slots.suffix || suffixIcon || clearable || showPassword,
[nsInput.m('suffix--password-clear')]: clearable && showPassword,
[nsInput.m('suffix--password-clear')]: showClear && showPwdVisible,
},
$attrs.class,
]"