Sapui5 如何横向证明headerContent中的内容?

Sapui5 如何横向证明headerContent中的内容?,sapui5,Sapui5,我将ObjectPageLayout与headerContent一起使用,我想证明内容的合理性,以便它在headerContent中的项目之间有空间,但它不起作用。 这只适用于headerContent,我如何在headerContent中做类似的事情 <FlexBox alignItems="Start" justifyContent="SpaceBetween"> <items&

我将ObjectPageLayout与headerContent一起使用,我想证明内容的合理性,以便它在headerContent中的项目之间有空间,但它不起作用。 这只适用于headerContent,我如何在headerContent中做类似的事情

<FlexBox
                alignItems="Start"
                justifyContent="SpaceBetween">
                <items>
                    <Button text="1" type="Accept" />
                    <Button text="2" type="Reject" />
                </items>
            </FlexBox>

您可以尝试使用预定义的css类,如

"sapUiTinyMarginBeginEnd, sapUiLargeMarginTopBottom,..." 

用于造型目的。我使用
alignItems
justify content
仅用于粗略的项目结构。

anp156是正确的。请查看此网站:


这是对margin等预定义css类的概述。

如何使用它们来获得3个独立部分的结果?右、中、左。