Ver código fonte

focus阴影取消

zhengnaiwen_citu 4 meses atrás
pai
commit
cc53516d79
1 arquivos alterados com 4 adições e 0 exclusões
  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;