【发布时间】:2013-06-01 06:27:22
【问题描述】:
<mx:VBox horizontalGap="0" verticalGap="0" height="84" width="164" verticalAlign="middle" styleName="amount">
<s:Label text="text" width="100%" textAlign="center"/>
<s:Label text="text" width="100%" textAlign="center"/>
</mx:VBox>
<mx:Box width="1" height="84" borderStyle="solid">
</mx:Box>
<mx:VBox horizontalGap="0" verticalGap="0" height="84" width="144" verticalAlign="middle" styleName="amount">
<s:Label text="text" width="100%" textAlign="center"/>
<s:Label text="text" width="100%" textAlign="center"/>
</mx:VBox>
我尝试过使用horizontalGap,并将VerticalGap设置为0,但是不起作用,如何消除mx框之间的间隙?
【问题讨论】:
-
也许尝试将边距设置为 0 ?
标签: flash apache-flex actionscript