当前位置:   article > 正文

去除el-select默认边框和 选中时的蓝色边框_el-select去掉边框

el-select去掉边框
  1. 去除边框
  2. /deep/ .el-select .el-input__wrapper {
  3. box-shadow: none!important;
  4. }
  5. 去除选中时蓝色边框(下面两个都要加上)
  6. /deep/.el-input .el-input__wrapper.is-focus{
  7. box-shadow: none!important;
  8. }
  9. /deep/ .el-select .el-input.is-focus .el-input__wrapper {
  10. border-color: #DCDFE6 !important;
  11. box-shadow: none!important;
  12. }

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/81962
推荐阅读
相关标签
  

闽ICP备14008679号