fix: 已回答状态显示 AI 的问题(question)
This commit is contained in:
@@ -129,6 +129,7 @@
|
||||
@submit="submitClarification"
|
||||
/>
|
||||
<view v-else class="card-answered">
|
||||
<text v-if="msg.card?.question" class="card-question-text">{{ msg.card.question }}</text>
|
||||
<text>已回答:{{ msg.answer }}</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -3633,6 +3634,15 @@ onUnmounted(() => {
|
||||
padding: 0 24rpx 40rpx;
|
||||
}
|
||||
|
||||
.card-question-text {
|
||||
color: #ffffff;
|
||||
font-size: 32rpx;
|
||||
font-weight: 600;
|
||||
margin-bottom: 16rpx;
|
||||
line-height: 1.5;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.card-answered {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
font-size: 26rpx;
|
||||
|
||||
Reference in New Issue
Block a user