点击Tabs标签页出现蓝色阴影边框解决方案
.el-tabs__item:focus.is-active.is-focus:not(:active) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
点击el-button-radio出现蓝色阴影边框解决方案
.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
本文介绍了如何解决在使用Element UI中的Tabs标签页和el-button-radio时,点击时出现的蓝色阴影边框问题,通过CSS代码提供了解决方案,帮助开发者提升用户体验。
1207

被折叠的 条评论
为什么被折叠?



