feat: 样式调整
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<view class="w-full">
|
<view class="w-full">
|
||||||
<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" />
|
<ImageSwiper :images="toolCall.picture" thumbnailBottom="12px" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-if="toolCall.commodityList">
|
<template v-if="toolCall.commodityList">
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="card-text border-box">
|
<view class="card-text border-box">
|
||||||
<view class="color-171717 font-size-14 line-height-20">
|
<view class="color-171717 font-size-14 line-height-20 ellipsis-1">
|
||||||
{{ item.topic }}
|
{{ item.topic }}
|
||||||
</view>
|
</view>
|
||||||
<view class="font-size-11 color-99A0AE">
|
<view class="font-size-11 color-99A0AE">
|
||||||
|
|||||||
Reference in New Issue
Block a user