如何在Flex-Layout

时间:2017-08-29 18:23:46

标签: angular-flex-layout

如何在fxLayoutAlign指令中的space-evenly中使用Flex-Layout?从这sample开始,我没有看到这个选项。我已经尝试过查看fxLayoutAlign的api文档但是有some problem with that

<div fxLayout='row' fxLayoutAlign='space-evenly center'>
<div>Content 1</div>
<div>Content 2</div>
</div>

1 个答案:

答案 0 :(得分:1)

You can just apply style directly if there is not in the framework yet

ImportError: No module named _tkinter