Recently, I found that even if the td of the table in multiple divs is adjusted to the same width, it cannot be aligned, and there is no rule in width.
Later, I read an article "The solution to the width attribute of the td tag in table is invalid in the ie browser", which mentioned <table ....style=table-layout: fixed>
I tried it and it couldn't be completely solved, but it was much better than before.