mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
feat: 更新QuestionItem和QuestionBoxView组件
- 在QuestionItem.vue中移除垂直间距,替换为NDivider以优化布局 - 在QuestionBoxView.vue中修改问题输入框的占位符,更新提示区域逻辑,调整问题内容卡片样式
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user