feat:【mall 商城】门店自提的迁移(ele 100%)

This commit is contained in:
YunaiV
2025-10-13 23:39:09 +08:00
parent a3d56ae6a3
commit 1cf77fe6de
2 changed files with 11 additions and 15 deletions

View File

@@ -157,7 +157,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
},
gridOptions: {
cellConfig: {
height: 100,
height: 80,
},
columns: useGridColumns(),
height: 'auto',
@@ -236,14 +236,13 @@ const [Grid, gridApi] = useVbenVxeGrid({
<div
v-for="item in row.items"
:key="item.id!"
class="flex items-start gap-2"
class="flex items-start gap-2 text-left"
>
<Image
:src="item.picUrl"
:alt="item.spuName"
:width="30"
:height="30"
class="flex-shrink-0"
:width="60"
:height="60"
:preview="{
src: item.picUrl,
}"