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

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