diff --git a/src/pages/course/components/talkingItem.vue b/src/pages/course/components/talkingItem.vue index d4fc921f..f2e54504 100644 --- a/src/pages/course/components/talkingItem.vue +++ b/src/pages/course/components/talkingItem.vue @@ -61,7 +61,7 @@ - { + return (dataInfo.value.imageAddrs || []) + }) + const previewFile = info => { previewFileFnc({ fileId: info.fileId, @@ -953,6 +957,13 @@ &:nth-child(3n){ margin-right: 0; } + &.cont-img-box2{ + width: calc(50% - 10rpx); + height: 200rpx; + &:nth-child(2n){ + margin-right: 0rpx; + } + } } }