Browse Source

优化 fcous样式

1
mo 4 years ago
parent
commit
02a6d92e58

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-20ef69b2.5a128dab.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.88248734.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-1c3ef642.b8b93fae.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-20ef69b2.ed845dbb.js


+ 7 - 1
src/views/teamBuild/components/teamBaseInfo.vue

@@ -1471,13 +1471,19 @@ input[disabled] {
 /deep/.el-radio-button__orig-radio:checked + .el-radio-button__inner {
   background-color: rgb(19, 129, 122);
   border-color: rgb(19, 129, 122);
-  -webkit-box-shadow: -1px 0 0 0rgb (19, 129, 122);
+  // -webkit-box-shadow: -1px 0 0 0 rgb (19, 129, 122);
   box-shadow: -1px 0 0 rgb(19, 129, 122);
   color: #fff;
+  outline: none;
 }
 /deep/.el-radio-button__inner {
   &:hover {
     color: rgb(19, 129, 122);
   }
+  outline: none;
+}
+/deep/.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
+  -webkit-box-shadow: none;
+  box-shadow: none;
 }
 </style>

Some files were not shown because too many files changed in this diff