<Input.Password style={{ height: '46px' }} placeholder='请输入密码' prefix={<UserImg />} /> const UserImg = (props: { type?: string }) => { const { type = '' } = props if (type === 'user') { return <img src={userImg} alt="" width="28" height='28' /> } else { return <img src={userPwd} alt="" width="28" height='28' /> } }
正文
antd自定义图片图标
文章版权声明:除非注明,否则均为
譬如朝露_策温技术开发工作室博客原创文章,转载或复制请以超链接形式并注明出处。
发表评论
侧栏公告
寄语
譬如朝露博客是一个分享前端知识的网站,联系方式11523518。
热评文章
标签列表
热门文章
友情链接