From fb8a3fc64b10de39941e4d9a2d4e4589633ef227 Mon Sep 17 00:00:00 2001 From: yanghang Date: Wed, 9 Jul 2025 21:10:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/components/talkingItem.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;