feat: display full desc on hover over video card desc

This commit is contained in:
Hakadao
2023-10-17 11:14:41 +08:00
parent d59d78e3d5
commit 0103c0a7ec

View File

@@ -350,7 +350,9 @@ function handelMouseLeave() {
<!-- Video Description -->
<div
v-if="desc"
mt-2 text="base $bew-text-3" w-full max-h-12 overflow-y-scroll
:title="desc"
class="keep-two-lines"
mt-2 text="base $bew-text-3" w-full max-h-12
style="white-space: pre-line;"
>
{{ desc }}