Эх сурвалжийг харах

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

lxf 2 жил өмнө
parent
commit
430706f8cd

+ 7 - 0
src/layout/index.vue

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