the Table component of ant-design sets the effect of horizontal scrolling in the case of more columns. If there is no data at this time, the horizontal scroll bar will display normally, but a temporary data will be displayed below. What should you do if you want to display the temporary data on the scroll bar? After taking a look at the source code, the prompt is on the outside of the ant-table-body tag.
what it looks like now:
: