style(shopGoodsBrowse): 移除商品名称列的居中对齐

- 删除了商品名称列中多余的 align: 'center' 属性
- 保持了 ellipsis 属性以支持文本省略显示
- 优化了表格列的展示样式一致性
This commit is contained in:
2026-07-15 17:07:32 +08:00
parent a2c4f49ee6
commit ace46ffea6

View File

@@ -116,7 +116,6 @@
title: '商品名称',
dataIndex: 'goodsName',
key: 'goodsName',
align: 'center',
ellipsis: true
},
{