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.
如何设置 in 行的最小blocktable高度rml?我阅读rml-reference并找不到任何相关内容。我只找到了 attr: rowHeights,但似乎只是设置了一个固定的高度,内容就会流出。我想设置一个基本高度,当内容增加时,行的高度也会增加。
blocktable
rml
rml-reference
rowHeights
提前致谢!
我认为 v7 或更低版本是不可能的(v8/trunk 不知道)。
正如您所说的那样, rowHeights 为行设置固定高度,如果没有该属性,您将拥有自动调整高度。