@@ -46,6 +46,10 @@
color: $theme-color;
}
+.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
+ box-shadow: none;
+}
+
// 定义主题颜色(仿照 Element UI)
$orange-color: $theme-color;