Home > Q&A > body text
需要table横向超出显示滚动条 但是 它就是横向超出直接挤压左边的td
黄舟2017-04-17 14:53:31
I have solved it myself. Set the table style: table-layout:fixed
table-layout:fixed
巴扎黑2017-04-17 14:53:31
Wrap the table with a block element. The width of the block element is fixed and the horizontal overflow is auto
阿神2017-04-17 14:53:31
Does the parent container have a fixed width?