如何让 table 占据整个可用的 canvas 宽度?
How to allow a table to occupy the whole available canvas width?
我在 html5 后端使用 asciidoctor。
是否可以允许特定的 table 占据整个可用的 canvas 宽度,而不是遵循文档的宽度?
您需要自定义 CSS 才能实现。
请参阅我对 的回答以了解实现此目标的策略。
我在 html5 后端使用 asciidoctor。
是否可以允许特定的 table 占据整个可用的 canvas 宽度,而不是遵循文档的宽度?
您需要自定义 CSS 才能实现。
请参阅我对