elementui 的tabs组件自动高亮出现蓝色边框问题
解决方法:
// An highlighted block
.tabNews .el-tabs__item:focus.is-active.is-focus:not(:active) {
-webkit-box-shadow: none;
box-shadow: none;
}
问题展示方式:

// An highlighted block
.tabNews .el-tabs__item:focus.is-active.is-focus:not(:active) {
-webkit-box-shadow: none;
box-shadow: none;
}
