Compare commits

..

2 Commits

Author SHA1 Message Date
6d29326dc4 update 2025-09-12 19:07:34 +08:00
efa521af56 'update' 2025-09-12 19:06:27 +08:00
2 changed files with 7 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ const changeCur = ({detail: {current}}) => {
}
.x-notice-box {
padding: 18rpx 24rpx;
padding: 18rpx 24rpx 18rpx 36rpx;
width: 100%;
overflow: hidden;
}

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 {