1

我正在拼命尝试将我的边框容器设置为最高的 z-index,以便它始终出现在顶部。

我怎么知道我的 flex 阶段有多少对象,所以我可以将边界容器设置为最高深度?我在 depth 属性中写了什么外壳,以便边框容器始终位于顶部?(重要的是要提到我创建了动态对象)

    <s:BorderContainer includeIn="state2" width="200" height="200" backgroundColor="#992F2F"
                   horizontalCenter="-61" verticalCenter="23" depth.state2=currentState.num>
</s:BorderContainer>

天呐!

4

1 回答 1

0

您应该能够使用深度参数

   <s:BorderContainer includeIn="state2" width="200" height="200" backgroundColor="#992F2F"
               horizontalCenter="-61" verticalCenter="23" **depth=999** >
   </s:BorderContainer>
于 2012-03-03T21:41:28.957 回答