Compare commits
2 Commits
3b21630d78
...
6d29326dc4
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d29326dc4 | |||
| efa521af56 |
@@ -114,7 +114,7 @@ const changeCur = ({detail: {current}}) => {
|
||||
}
|
||||
|
||||
.x-notice-box {
|
||||
padding: 18rpx 24rpx;
|
||||
padding: 18rpx 24rpx 18rpx 36rpx;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user