We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://stackblitz.com/edit/angular-rjxkrr?file=src/app/app.component.ts
nzGutter 值为响应式时,例如:
nzGutter
<div nz-row [nzGutter]="{ md: 8, lg: 24, xl: 48 }">
窗体默认大小为 sm 时,放大至 lg 后,由于只改变 nz-row 的 margin-left 值,导致部分内容被截断(png):
sm
lg
nz-row
margin-left
The text was updated successfully, but these errors were encountered:
fix(module:grid): fix grid responsive (#2915)
ab05619
close #2908
fix(module:grid): fix grid responsive (NG-ZORRO#2915)
d0bfae9
close NG-ZORRO#2908
6c6d48e
Successfully merging a pull request may close this issue.
重现
https://stackblitz.com/edit/angular-rjxkrr?file=src/app/app.component.ts
nzGutter
值为响应式时,例如:窗体默认大小为
sm
时,放大至lg
后,由于只改变nz-row
的margin-left
值,导致部分内容被截断(png):The text was updated successfully, but these errors were encountered: