【发布时间】:2019-05-23 01:29:41
【问题描述】:
我正在尝试更改占位符的字体大小。所以我在下面的类中包含了字体大小,但它没有改变。
你能告诉我如何修复它,以便我以后自己修复它。
在下面提供我的coden-p和沙箱
https://codesandbox.io/s/61183rqp3w
cssLabel: {
"&$cssFocused": {
color: purple[500],
fontSize: 14
}
},
cssFocused: {},
cssUnderline: {
"&:after": {
borderBottomColor: purple[500],
fontSize: 14
}
},
cssOutlinedInput: {
"&$cssFocused $notchedOutline": {
borderColor: purple[500],
fontSize: 14
}
},
notchedOutline: {},
【问题讨论】:
标签: javascript html css reactjs material-ui