gpt4 book ai didi

xsl-fo - 如何设置 margin-left 而不被子元素继承?

转载 作者:行者123 更新时间:2023-12-04 23:27:00 27 4
gpt4 key购买 nike

我需要设置 左边距右边距页头中的所有内容 (xsl-region-before)。我尝试将该属性添加到 中,该属性又包含所有标题内容。然而,边距被子块继承,这不是我想要的。

有没有办法设置边距而不被继承?

最佳答案

我找到了一个解决方法:在内部块中将边距设置为负数:

<fo:block margin-left="10mm" margin-right="10mm">
<fo:table>
<fo:table-column column-width="100%" />
<fo:table-body>
<fo:table-row>
<fo:table-cell text-align="left">
<fo:block margin-left="-10mm" margin-right="-10mm">
Some text
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>

关于xsl-fo - 如何设置 margin-left 而不被子元素继承?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11228008/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com