fix(VideoCard): author avatar display issue in horizontal mode

This commit is contained in:
Hakadao
2024-04-02 17:50:36 +08:00
parent 8009d8b93a
commit efacf5bd28

View File

@@ -342,9 +342,10 @@ function handleMoreBtnClick(event: MouseEvent) {
>
<img
:src="`${removeHttpFromUrl(authorFace)}@50w_50h_1c`"
width="40"
height="40"
width="30"
height="30"
loading="lazy"
object-cover
>
</a>
</div>