feat: 对话页面的消息样式兼容调整

This commit is contained in:
2026-05-12 15:50:41 +08:00
parent 0dc18bc9a5
commit f0b6e86e64
5 changed files with 62 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="w-full">
<view class="w-full pb-12">
<template v-if="toolCall.picture && toolCall.picture.length > 0">
<ModuleTitle :title="图片详情" />
<ImageSwiper :images="toolCall.picture" thumbnailBottom="12px" />