-
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
nzWidth
invalid in nz-th
#302
Comments
please read the doc again. 45px not 45 |
the source no process in any binding action! |
@cipchk https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/src/components/table/nz-table.component.ts#L48 |
I found the reason!! the html: <th nz-th><span>标题</span></th>
<th nz-th *ngIf="s.need_sku"><span>SKU编号</span></th>
<th nz-th><span>状态</span></th>
<th nz-th [nzWidth]="'120px'"><span>修改时间</span></th>
<th nz-th [nzWidth]="'60px'"></th> but, what generate wrong position |
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. |
I'm submitting a...
Current behavior
the html:
screenshot:
The text was updated successfully, but these errors were encountered: