gpt4 book ai didi

css - 如何在 visualforce 页面中使文本对齐

转载 作者:行者123 更新时间:2023-11-28 05:02:33 25 4
gpt4 key购买 nike

我在 visualforce 页面中添加了输出文本。但是,它左对齐但在右侧不对齐。如何像在word文档中一样对齐?

<apex:outputPanel layout="block" styleClass="row col-md-3 col-md-offset-4 col-xs-10 col-xs-offset-1">
<apex:outputText style="font-size:8pt;font-weight:bold;width:30;color:blue;" value="Some text"></apex:outputText>
</apex:outputPanel>

最佳答案

为什么不

 text-align: right;

 text-align: justify;

不工作?

关于css - 如何在 visualforce 页面中使文本对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40012808/

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