From 2487572e45f4731328adb5a76d315fb37aefef5d Mon Sep 17 00:00:00 2001 From: "honwhy.wang" Date: Tue, 21 May 2024 23:59:47 +0800 Subject: [PATCH] update style --- entrypoints/components/Sentences.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/entrypoints/components/Sentences.vue b/entrypoints/components/Sentences.vue index 87c0a13..4a69b7e 100644 --- a/entrypoints/components/Sentences.vue +++ b/entrypoints/components/Sentences.vue @@ -63,9 +63,9 @@ function highlight(sentence: Sentence, word: string) { return `${match}` }) } -function refreshSentence() { - index.value = index.value + 1 -} +// function refreshSentence() { +// index.value = index.value + 1 +// } const sourceUrl = computed(() => { return resourceDomain + sentence.value.audio_uri }) @@ -106,6 +106,8 @@ function next() { float: right; cursor: pointer; display: block; + width: unset; + margin-right: 0; } .refresh-button { padding: 4px 7px;