解决element 蓝色阴影边框问题

2021-05-31  本文已影响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;
}

上一篇 下一篇

猜你喜欢

热点阅读