如何在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>
答案 0 :(得分:1)
You can just apply style directly if there is not in the framework yet
ImportError: No module named _tkinter