antd 中的 Input 组件其实已经重置过样式了,但是还有一个地方需要重置一下。就是 chrome 默认会当 input 中填充值后让背景变色。
重置方法:
input {
box-shadow: inset 0 0 0 1000px #fff !important;
}
antd 中的 Input 组件其实已经重置过样式了,但是还有一个地方需要重置一下。就是 chrome 默认会当 input 中填充值后让背景变色。
重置方法:
input {
box-shadow: inset 0 0 0 1000px #fff !important;
}