浏览代码

优化 fcous样式

1
mo 4 年之前
父节点
当前提交
02a6d92e58

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-20ef69b2.5a128dab.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.88248734.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-1c3ef642.b8b93fae.js


文件差异内容过多而无法显示
+ 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 {
 /deep/.el-radio-button__orig-radio:checked + .el-radio-button__inner {
   background-color: rgb(19, 129, 122);
   background-color: rgb(19, 129, 122);
   border-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);
   box-shadow: -1px 0 0 rgb(19, 129, 122);
   color: #fff;
   color: #fff;
+  outline: none;
 }
 }
 /deep/.el-radio-button__inner {
 /deep/.el-radio-button__inner {
   &:hover {
   &:hover {
     color: rgb(19, 129, 122);
     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>
 </style>

部分文件因为文件数量过多而无法显示