如何去掉react-antd输入框的边框光晕
.ant-input:focus,
.ant-input-focused,
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
border-color: #00b574 !important;
box-shadow: none !important; // 去掉外发光
}
如需转载原创文章,请标注原文地址,版权所有!
posted @
2026-06-16 19:34
微宇宙
阅读(3)
评论()
收藏
举报