style: adjust style

This commit is contained in:
Hakadao
2023-08-11 00:58:02 +08:00
parent 8230ce3c16
commit 968cc77ce4
3 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ import type { HistoryItem } from './types'
import { HistoryType } from './types'
import { removeHttpFromUrl } from '~/utils/main'
import { calcCurrentTime } from '~/utils/dataFormatter'
const { t } = useI18n()
const historys = reactive<Array<HistoryItem>>([])

View File

@@ -452,7 +452,7 @@ function jumpToLoginPage() {
<button
text="2xl $bew-text-3"
hover:color="$bew-theme-color"
opacity="0 group-hover:100"
opacity-0 group-hover:opacity-100
p-2
duration-300
@click.stop="deleteHistoryItem(index, historyItem)"

View File

@@ -231,7 +231,7 @@ function jumpToLoginPage() {
<button
text="2xl $bew-text-3"
hover:color="$bew-theme-color"
opacity="0 group-hover:100"
opacity-0 group-hover:opacity-100
p-2
duration-300
@click.stop="deleteWatchLaterItem(index, item.aid)"