mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 01:06:41 +08:00
为MessageCard组件添加最小高度属性
This commit is contained in:
@@ -59,6 +59,7 @@ function replaceNewLine(value: string) {
|
|||||||
position="top"
|
position="top"
|
||||||
@load="imageLoaded"
|
@load="imageLoaded"
|
||||||
@error="imageLoadError = true"
|
@error="imageLoadError = true"
|
||||||
|
min-height="10rem"
|
||||||
>
|
>
|
||||||
<template #placeholder>
|
<template #placeholder>
|
||||||
<div class="w-full h-full">
|
<div class="w-full h-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user