feat: 调整
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<view class="flex flex-col p-16 border-box">
|
<view class="flex flex-col p-16 border-box">
|
||||||
<view class="flex flex-row flex-items-start justify-center">
|
<view class="flex flex-row flex-items-start justify-center">
|
||||||
<uni-icons class="icon-active" type="fire-filled" size="18" color="opacity" />
|
<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>
|
</view>
|
||||||
<!-- 文字内容,最多显示3行 -->
|
<!-- 文字内容,最多显示3行 -->
|
||||||
<view class="answer-content font-size-12 font-color-600 mt-8">
|
<view class="answer-content font-size-12 font-color-600 mt-8">
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import ChatMarkdown from "../index/components/chat/ChatMarkdown/index.vue";
|
import ChatMarkdown from "../index/components/chat/ChatMarkdown/index.vue";
|
||||||
|
import { defineProps, onLoad } from "vue";
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
answerText: {
|
answerText: {
|
||||||
|
|||||||
Reference in New Issue
Block a user