使用@ material-ui / core 3.4.0,我一直试图将输入居中并将浮动标签居中。如果您想知道前者的方法,下面是解决方法,如果您想知道后者的方法,则必须希望能回答这个问题。由于某种原因,这似乎并没有移动标签,您知道应该更改什么吗?
<TextField
InputProps={{ inputProps:{ style: { textAlign: 'center', width: '100%'}} }}
InputLabelProps={{style: { textAlign:'center', width:'100%',
transformOrigin:'center top 0px'}}} />