feat: 图片详情宽度适配
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="w-full pb-12">
|
<view class="w-full pb-12">
|
||||||
|
<view class="w-vw"></view>
|
||||||
<template v-if="toolCall.picture && toolCall.picture.length > 0">
|
<template v-if="toolCall.picture && toolCall.picture.length > 0">
|
||||||
<ModuleTitle :title="图片详情" />
|
<ModuleTitle :title="图片详情" />
|
||||||
<ImageSwiper :images="toolCall.picture" thumbnailBottom="12px" />
|
<ImageSwiper :images="toolCall.picture" thumbnailBottom="12px" />
|
||||||
|
|||||||
Reference in New Issue
Block a user