style(shopGoodsBrowse): 移除商品名称列的居中对齐
- 删除了商品名称列中多余的 align: 'center' 属性 - 保持了 ellipsis 属性以支持文本省略显示 - 优化了表格列的展示样式一致性
This commit is contained in:
@@ -116,7 +116,6 @@
|
|||||||
title: '商品名称',
|
title: '商品名称',
|
||||||
dataIndex: 'goodsName',
|
dataIndex: 'goodsName',
|
||||||
key: 'goodsName',
|
key: 'goodsName',
|
||||||
align: 'center',
|
|
||||||
ellipsis: true
|
ellipsis: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user