瀏覽代碼

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

lxf 2 年之前
父節點
當前提交
430706f8cd
共有 1 個文件被更改,包括 7 次插入0 次删除
  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>