feat: 调整
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user