ant design input 框去除点击蓝色颜色边框

    .ant-input-affix-wrapper {
      border: none ;
      background: #f6f6f6;
      outline: none;
      width: 95%;
      box-shadow: none;
    }

 

你可能感兴趣的:(react,ant-design,vue.js)