fix:【antd】【mall】sku-list 为选择列(checkbox)添加了 fixed="left" 属性,确保它始终固定在第一列

pull/277/head
puhui999 2025-11-25 18:25:11 +08:00
parent 46129c53af
commit 58e958fd87
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ defineExpose({
@checkbox-change="handleSelectionChange"
@checkbox-all="handleSelectionChange"
>
<VxeColumn v-if="isComponent" type="checkbox" width="45" />
<VxeColumn v-if="isComponent" type="checkbox" width="45" fixed="left" />
<VxeColumn align="center" title="图片" max-width="140" fixed="left">
<template #default="{ row }">
<Image