我有两张桌子。
在下面的示例中可以轻松完成。但是,我也希望在这两种情况下,表格都会占据屏幕宽度的100%。
https://jsfiddle.net/kkco4syr/
<table style="display: inline-table">
<tr><th>A Lorem Ipsum</th><th>B Lorem Ipsum</th></tr>
<tr><td>C Lorem Ipsum</td><td>D Lorem Ipsum</td></tr>
</table>
<table style="display: inline-table">
<tr><th>E Lorem Ipsum</th><th>F Lorem Ipsum</th></tr>
<tr><td>G Lorem Ipsum</td><td>H Lorem Ipsum</td></tr>
</table>