code

Effect of the page

You can see that there is a mismatch between the table header and the content

In the code, the width of the second title is 30px, but the width of the second title on the actual page is more than 30px. The padding+ Content width is already beyond nzWidth, so it can be set to a larger width

Title is too long and there is no newline, so the width of the title exceeds the set width, but the content can be newline to fit the set nzWidth, so the header and column pairs are not even, for this type of table can be set to a newline style or width can be set to allow the title to not newline width

Line style