feat: 调整

This commit is contained in:
2026-03-26 17:17:57 +08:00
parent d7d50e1210
commit 0b33727815
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<view class="flex flex-col p-16 border-box">
<view class="flex flex-row flex-items-start justify-center">
<uni-icons class="icon-active" type="fire-filled" size="18" color="opacity" />
<text class="font-size-16 font-500 text-color-900 ml-6">{{ title }}</text>
<text class="font-size-16 font-500 text-color-900 ml-6">游玩划重点</text>
</view>
<!-- 文字内容最多显示3行 -->
<view class="answer-content font-size-12 font-color-600 mt-8">

View File

@@ -3,6 +3,7 @@
</template>
<script setup>
import ChatMarkdown from "../index/components/chat/ChatMarkdown/index.vue";
import { defineProps, onLoad } from "vue";
const props = defineProps({
answerText: {