style: adjust video card hover effect

This commit is contained in:
Hakadao
2023-12-04 01:39:43 +08:00
parent 3515d49cc7
commit a44d867afd
3 changed files with 5 additions and 5 deletions

View File

@@ -155,9 +155,9 @@ function handelMouseLeave() {
:class="isDislike ? 'is-dislike' : ''"
w="full" pos="absolute top-0 left-0"
rounded="$bew-radius" duration-300 ease-in-out
hover:bg="$bew-theme-color-20" hover:shadow
hover:bg="$bew-theme-color-10" hover:shadow
:style="{ contentVisibility }"
style="--un-shadow: 0 0 0 8px var(--bew-theme-color-20);"
style="--un-shadow: 0 0 0 8px var(--bew-theme-color-10);"
@mouseenter="handleMouseEnter"
@mouseleave="handelMouseLeave"
>