Sfoglia il codice sorgente

无障碍:控件类型该用link的地方不要用button

任一存 3 anni fa
parent
commit
b1959a8950
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/src/views/LearnEngage/info.vue

+ 1 - 1
web/src/views/LearnEngage/info.vue

@@ -79,7 +79,7 @@
           @click="$router.push(`/Layout/LearnEngage/${mbTxt}?m=${pageSize}`)"
           @keydown.enter.passive="$router.push(`/Layout/LearnEngage/${mbTxt}?m=${pageSize}`)"
           tabindex="0"
-          aria-label="Button"
+          aria-label="Link"
         >
           Back
         </div>