-
Notifications
You must be signed in to change notification settings - Fork 4k
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
TreeSelect在Modal中,选项的宽度不能自适应宽度 #1772
Comments
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Jul 2, 2018
3 tasks
wenqi73
pushed a commit
to wenqi73/ng-zorro-antd
that referenced
this issue
Aug 27, 2018
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
1.1.0
Environment
win10 chrome67
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-4wj56u?file=src%2Fapp%2Fapp.component.html
Steps to reproduce
在弹窗中select tree的选项无法自适应宽度
What is expected?
在弹窗中select tree的选项与文本框的宽度一致
What is actually happening?
在弹窗中select tree的选项的min-width=0,与选项的内容宽度一致
Other?
设置nzDropdownMatchSelectWidth为true时,选项无法显示
The text was updated successfully, but these errors were encountered: