如何在visualforce页面中使文本合理化

时间:2016-10-13 05:15:53

标签: css visualforce

我在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>

1 个答案:

答案 0 :(得分:0)

为什么不

 text-align: justify;

description

不起作用?