gpt4 book ai didi

alignment - 表格单元格中文本的垂直对齐

转载 作者:行者123 更新时间:2023-12-03 12:08:16 27 4
gpt4 key购买 nike

我想将文本对齐到第二个单元格的底部。
由于宽度不足,第一个单元格延伸到2行,没关系
但是第二个单元格中的文本只有一行,显示在该单元格的顶部。
如何将其对准底部?

我在尝试了vertical-align =“bottom” text-align =“bottom” text-align =“end”
行,单元格和块级。

<fo:table font="normal 10 pt Arial, sans-serif" width="100%">
<fo:table-column column-width="40mm"/>
<fo:table-column column-width="130mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell padding-before="3pt" padding-after="3pt">
<fo:block font-weight="bold">Pricing Rate in % p.a. / "Pensionssatz in % p.a.":</fo:block>
</fo:table-cell>
<fo:table-cell padding-before="3pt" padding-after="3pt">
<fo:block>
**This text I want to be aligned to bottom (in the second line)**
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>

最佳答案

在表单元格上使用 display-align="after" :

<fo:table-cell padding-before="3pt" padding-after="3pt" display-align="after">
<fo:block>
**This text I want to be aligned to bottom (in the second line)**
</fo:block>
</fo:table-cell>

关于alignment - 表格单元格中文本的垂直对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6874635/

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