feat: 图片详情宽度适配

This commit is contained in:
2026-05-29 15:59:52 +08:00
parent eafe997fa2
commit 3025cc6fb7

View File

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