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