fix: 样式调整

This commit is contained in:
yanghang
2025-07-09 21:10:15 +08:00
parent f47973d6ec
commit fb8a3fc64b
+7 -1
View File
@@ -82,7 +82,7 @@
<view class="next-btn" @click.stop="goOnGetQues" v-if="showNextBtn && [3, 6].indexOf(type) >= 0 && isLast">继续
<image class="icon icon-iamge" src="@/static/images/course/goon.png" ></image></view>
</view>
<view class="talking-cont" v-if=" [5].indexOf(type) >= 0 && !dataInfo.isLoading">
<view class="talking-cont last-cont" v-if=" [5].indexOf(type) >= 0 && !dataInfo.isLoading">
<view class="talking-text">
{{ changeBr(dataInfo.suggestContent || '--') }}
</view>
@@ -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;