javascript - layui table layout, when the content in td is too much and too long, the table page will be squeezed and deformed. Looking for a better layout method
迷茫2017-07-06 10:35:25
0
2
1941
As the title states, the page is mainly used to display relevant information. When there is too much content in td, the next line will be squeezed out. If you want to find a better layout method, you don’t necessarily need table layout
You can set the width of td, and then if the compatibility is not high, you can use the elastic flex box model to layout the style
Ellipses are displayed beyond the part. . .