fix: 样式调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user