我在React JS和使用matrial core UI
方面是个新手。在这里,我发现的是每当我将columnlayout
与某个xs
值一起使用时,该列内的组件将被保留。
为正确起见,我需要增加xs,这不合适。有什么方法可以将我的tag元素放置在列布局中,以便正确使用。任何CSS哎呀?
我的代码
<Columnlayout xs{1} item>
<InputLabel>Some Text</InputLabel>
</Columnlayout>
答案 0 :(得分:0)
您可以使用Material-ui的api帮助程序
<Columnlayout xs{1} item justify="flex-end">
<InputLabel>Some Text</InputLabel>
</Columnlayout>
这里是所有定制的链接 https://material-ui.com/api/grid/