React中修改antd input框的placeholder样式 scss 写法

:global(.ant-input::-webkit-input-placeholder) {
      color: rgba(64, 150, 255, 0.3);
 }

你可能感兴趣的:(样式,前端)