-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input输入框 后置标签和前缀图标混合使用时样式混乱 #1795
Labels
Comments
@vthinkxie 生成的结构又不一样了,以后更新样式需要确认一下选择器层级。 不过这个看上去是老问题,最近几次同步样式都没有改动 React<span class="ant-input-group-wrapper">
<span class="ant-input-wrapper ant-input-group">
<span class="ant-input-affix-wrapper">
<span class="ant-input-prefix">
<i class="anticon anticon-user"></i>
</span>
<input type="text" class="ant-input"></span>
<span class="ant-input-group-addon">.com</span>
</span>
</span> Zorro<nz-input-group class="ant-input-affix-wrapper ant-input-group-wrapper">
<span class="ant-input-wrapper ant-input-group">
<span class="ant-input-group-addon">.com</span>
</span>
<span class="ant-input-prefix">
<i class="anticon anticon-user"></i>
</span>
<input type="text" class="ant-input ng-star-inserted">
</nz-input-group> |
3 tasks
vthinkxie
added a commit
that referenced
this issue
Jul 22, 2018
vthinkxie
added a commit
that referenced
this issue
Jul 22, 2018
wenqi73
pushed a commit
to wenqi73/ng-zorro-antd
that referenced
this issue
Aug 27, 2018
问题依旧存在 7.5.0版本 |
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
1.1.1
Environment
任何环境
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-sqofdy?file=src/app/app.component.html
Steps to reproduce
只要代码是:
What is expected?
见重现链接
What is actually happening?
见重现链接
Other?
The text was updated successfully, but these errors were encountered: