问题:
I have a layout similar to: 我的布局类似于:
<div>
<table>
</table>
</div>
I would like for the div
to only expand to as wide as my table
becomes. 我希望div
仅扩展到table
宽度。
解决方案:
参考一: https://stackoom.com/question/1tId/如何使div不大于其内容参考二: https://oldbug.net/q/1tId/How-can-I-make-a-div-not-larger-than-its-contents
来源:oschina
链接:https://my.oschina.net/stackoom/blog/3213648