Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy committed May 21, 2024
1 parent 6597757 commit 2487572
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions entrypoints/components/Sentences.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ function highlight(sentence: Sentence, word: string) {
return `<span style="color: #007bff;">${match}</span>`
})
}
function refreshSentence() {
index.value = index.value + 1
}
// function refreshSentence() {
// index.value = index.value + 1
// }
const sourceUrl = computed(() => {
return resourceDomain + sentence.value.audio_uri
})
Expand Down Expand Up @@ -106,6 +106,8 @@ function next() {
float: right;
cursor: pointer;
display: block;
width: unset;
margin-right: 0;
}
.refresh-button {
padding: 4px 7px;
Expand Down

0 comments on commit 2487572

Please sign in to comment.