mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: display full desc on hover over video card desc
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user