Browse Source

focus阴影取消

zhengnaiwen_citu 4 tháng trước cách đây
mục cha
commit
cc53516d79
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/styles/orangeTheme.scss

+ 4 - 0
src/styles/orangeTheme.scss

@@ -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;