'update'
This commit is contained in:
@@ -114,7 +114,7 @@ const changeCur = ({detail: {current}}) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-notice-box {
|
.x-notice-box {
|
||||||
padding: 18rpx 24rpx;
|
padding: 18rpx 24rpx 18rpx 36rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ onMounted(() => {
|
|||||||
@click="OpenTypeFun(item)"
|
@click="OpenTypeFun(item)"
|
||||||
:class="['!flex gap-[16rpx] py-[28rpx] box-border', index<vo.rows.length-1 ? 'border-b' : '']">
|
:class="['!flex gap-[16rpx] py-[28rpx] box-border', index<vo.rows.length-1 ? 'border-b' : '']">
|
||||||
<image
|
<image
|
||||||
class="!w-[148rpx] !h-[120rpx] rounded-[12rpx]"
|
class="!w-[148rpx] !h-[120rpx] rounded-[12rpx] flex-shrink-0"
|
||||||
mode="aspectFill"
|
mode="aspectFill"
|
||||||
:src="item.files && item.files[0] || videoMask">
|
:src="item.files && item.files[0] || videoMask">
|
||||||
</image>
|
</image>
|
||||||
@@ -173,12 +173,17 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
|
display: -webkit-box;
|
||||||
color: rgb(134, 144, 156);
|
color: rgb(134, 144, 156);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab {
|
.tab {
|
||||||
|
|||||||
Reference in New Issue
Block a user