Explorar o código

用户管理页面,点击“修改”,通过 esc 关闭弹窗后,“修改”按钮边框样式异常

lxf %!s(int64=2) %!d(string=hai) anos
pai
achega
430706f8cd
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      src/layout/index.vue

+ 7 - 0
src/layout/index.vue

@@ -122,4 +122,11 @@ function setLayout() {
 .mobile .fixed-header {
   width: 100%;
 }
+
+::v-deep(.is-text) {
+  outline: 0px !important;
+}
+::v-deep(.el-button:focus-visible) {
+  outline: 0px !important;
+}
 </style>