fix(ai-avatar): 封面预览改为竖屏 9:16 比例 #1845

Merged
xiaoxia merged 1 commits from fix/ai-avatar-cover-preview-portrait into develop 2026-09-10 20:07:58 +08:00
+5 -3
View File
@@ -549,21 +549,23 @@
/* ── 封面 & 生成 ── */
.aa-cover-preview {
width: 100%;
max-width: 240px;
aspect-ratio: 9/16;
max-height: 160px;
background: #f0f0f5;
border-radius: 10px;
border-radius: 8px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 12px;
margin: 0 auto 12px auto;
position: relative;
}
.aa-cover-preview img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.aa-cover-preview__placeholder {