如何在columlayout中设置lebel权限

时间:2019-01-16 15:23:58

标签: javascript reactjs material-ui

我在React JS和使用matrial core UI方面是个新手。在这里,我发现的是每当我将columnlayout与某个xs值一起使用时,该列内的组件将被保留。

为正确起见,我需要增加xs,这不合适。有什么方法可以将我的tag元素放置在列布局中,以便正确使用。任何CSS哎呀?

我的代码

<Columnlayout xs{1} item>
    <InputLabel>Some Text</InputLabel>
</Columnlayout>

1 个答案:

答案 0 :(得分:0)

您可以使用Material-ui的api帮助程序

<Columnlayout xs{1} item justify="flex-end">
    <InputLabel>Some Text</InputLabel>
</Columnlayout>

这里是所有定制的链接 https://material-ui.com/api/grid/