antd-输入框去掉光晕

如何去掉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)  评论(0)    收藏  举报