diff --git a/src/pages/course/components/talkingItem.vue b/src/pages/course/components/talkingItem.vue
index 2ba3a20b..3e0a8b89 100644
--- a/src/pages/course/components/talkingItem.vue
+++ b/src/pages/course/components/talkingItem.vue
@@ -82,7 +82,7 @@
继续
-
+
{{ changeBr(dataInfo.suggestContent || '--') }}
@@ -490,6 +490,12 @@ const audioCacheObj = computed(() => storageStore.audioObj)
margin: 16rpx 0;
overflow: hidden;
min-height: 48rpx;
+ &.last-cont{
+ margin-bottom: 0;
+ .talking-text{
+ margin-bottom: 0;
+ }
+ }
.talking-text{
font-size: 28rpx;
line-height: 48rpx;