We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de747f8 commit 15e244cCopy full SHA for 15e244c
components/table/src/cell/custom-column.directive.ts
@@ -33,7 +33,7 @@ export class NzCustomColumnDirective<T> implements OnInit, OnDestroy {
33
if (!v?.fixWidth) {
34
this.renderer.setStyle(this.el.nativeElement, 'flex', `1 1 ${v.width}px`);
35
} else {
36
- this.renderer.setStyle(this.el.nativeElement, 'flex', `0 0 ${v.width}px`);
+ this.renderer.setStyle(this.el.nativeElement, 'flex', `1 0 ${v.width}px`);
37
}
38
39
});
0 commit comments