/* 缺省字段样式 */
.ant-input::-moz-placeholder {
color: #ccc;
}
.ant-input:-ms-input-placeholder {
color: #ccc;
}
.ant-input::-webkit-input-placeholder {
color: #ccc;
}
修改antd 输入框缺省字段样式
最新推荐文章于 2025-04-23 16:19:42 发布
/* 缺省字段样式 */
.ant-input::-moz-placeholder {
color: #ccc;
}
.ant-input:-ms-input-placeholder {
color: #ccc;
}
.ant-input::-webkit-input-placeholder {
color: #ccc;
}