Angular 基于弹性布局的结构问题

Angular flex-layout based structure issue

我目前在 Stackblitz

上有这种设置

我想修改一下,改成如下结构;

我正在努力将 Test2 div 放在 Test1 div 下方。

尝试用 fxLayout.sm="column" 将 test1 和 test2 包装在 div 中,而父级 div(包含所有三个)将具有 fxLayout.sm="row"

它看起来像 this