fix(VideoCard): more button issue #829 && add use cursor-pointer (#853)

* fix: UserPanelPop hover Inconsistent animation

* fix(VideoCard): `moreBtn` Button issue from `#829`, add cursor-pointer class to enhance UX
This commit is contained in:
ljt990218
2024-06-20 22:52:20 +08:00
committed by GitHub
parent 6000fce744
commit 34eb136b36
2 changed files with 2 additions and 2 deletions

View File

@@ -422,8 +422,7 @@ function handleUndo() {
class="opacity-0 group-hover/desc:opacity-100"
:class="{ 'more-active': moreBtnActive }"
shrink-0 w-30px h-30px m="t--3px r--8px" translate-x--8px
grid place-items-center
pointer="auto" rounded="50%" duration-300
grid place-items-center cursor-pointer rounded="50%" duration-300
@click.prevent="handleMoreBtnClick"
>
<div i-mingcute:more-2-line text="lg" />

View File

@@ -320,6 +320,7 @@ function closeVideoOptions() {
function closeAppVideoOptions() {
showVideoOptions.value = false
activatedVideoId.value = 0
activatedAppVideoIdx.value = 0
}