feat: 更新QuestionItem和QuestionBoxView组件

- 在QuestionItem.vue中移除垂直间距,替换为NDivider以优化布局
- 在QuestionBoxView.vue中修改问题输入框的占位符,更新提示区域逻辑,调整问题内容卡片样式
This commit is contained in:
2025-05-03 07:14:14 +08:00
parent 5ec2babc44
commit fe5b420d49
2 changed files with 13 additions and 18 deletions

View File

@@ -146,7 +146,6 @@ function getScoreColor(score: number | undefined): string {
</template>
<template v-if="item.questionImages && item.questionImages.length > 0">
<NSpace
vertical
size="small"
>
<NImage
@@ -157,7 +156,7 @@ function getScoreColor(score: number | undefined): string {
lazy
/>
</NSpace>
<br>
<NDivider style="margin: 10px 0;" />
</template>
<NText