This commit is contained in:
2025-09-12 19:06:27 +08:00
parent d1af10a28a
commit efa521af56
2 changed files with 7 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ onMounted(() => {
@click="OpenTypeFun(item)"
:class="['!flex gap-[16rpx] py-[28rpx] box-border', index<vo.rows.length-1 ? 'border-b' : '']">
<image
class="!w-[148rpx] !h-[120rpx] rounded-[12rpx]"
class="!w-[148rpx] !h-[120rpx] rounded-[12rpx] flex-shrink-0"
mode="aspectFill"
:src="item.files && item.files[0] || videoMask">
</image>
@@ -173,12 +173,17 @@ onMounted(() => {
}
.info {
display: -webkit-box;
color: rgb(134, 144, 156);
font-size: 12px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0;
text-align: left;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.tab {