Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不知道如何消除“报告”选项卡上表格中的垂直间隙。
http://chicagopcfix.com/skelly
任何帮助都将非常受欢迎。
这很容易。不要将表格用于非表格数据。
我可能应该对此进行解释...您正在使用表格来呈现图像和演示内容。您可以更改单元格间距和单元格填充,直到您得到它恰到好处,但这是一个可能非常容易的事情的乏味方法。用 div 元素(或者更好的实际描述内容的语义元素)围绕您的内容,并让它们按照它们的意图流动。必要时调整边距和定位。