elementui tab 默认会有一个焦点框,如图所示

element-ui  el-tabs 默认focus焦点框

 

想要去掉这个框添加如下样式即可:

::v-deep.el-tabs__item:focus.is-active.is-focus:not(:active) {
      box-shadow: 0 0;
      border-radius: 0;
}

 

相关文章:

  • 2021-05-30
  • 2022-02-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案