美文网首页
解决element 蓝色阴影边框问题

解决element 蓝色阴影边框问题

作者: 刘某某的简书 | 来源:发表于2021-05-31 11:37 被阅读0次

找带有 .is-focus .is-active的class

.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}

相关文章

网友评论

      本文标题:解决element 蓝色阴影边框问题

      本文链接:https://www.haomeiwen.com/subject/hszvsltx.html