Material-UI TextField(版本3.4.0)的覆盖样式

时间:2018-11-21 10:12:10

标签: reactjs material-ui textfield

使用@ material-ui / core 3.4.0,我一直试图将输入居中并将浮动标签居中。如果您想知道前者的方法,下面是解决方法,如果您想知道后者的方法,则必须希望能回答这个问题。由于某种原因,这似乎并没有移动标签,您知道应该更改什么吗?

<TextField 
InputProps={{ inputProps:{ style: { textAlign: 'center', width: '100%'}} }} 
InputLabelProps={{style: { textAlign:'center', width:'100%', 
transformOrigin:'center top 0px'}}} />

0 个答案:

没有答案