Przeglądaj źródła

优化 fcous样式

1
mo 4 lat temu
rodzic
commit
02a6d92e58

Plik diff jest za duży
+ 0 - 0
dist/index.html


Plik diff jest za duży
+ 0 - 0
dist/static/css/chunk-20ef69b2.5a128dab.css


Plik diff jest za duży
+ 0 - 0
dist/static/js/app.88248734.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-1c3ef642.b8b93fae.js


Plik diff jest za duży
+ 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>

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików