From ace46ffea65d5524f1c5debd92ea9751297c79c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 15 Jul 2026 17:07:32 +0800 Subject: [PATCH] =?UTF-8?q?style(shopGoodsBrowse):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=90=8D=E7=A7=B0=E5=88=97=E7=9A=84=E5=B1=85?= =?UTF-8?q?=E4=B8=AD=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了商品名称列中多余的 align: 'center' 属性 - 保持了 ellipsis 属性以支持文本省略显示 - 优化了表格列的展示样式一致性 --- src/views/shop/shopGoodsBrowse/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/shop/shopGoodsBrowse/index.vue b/src/views/shop/shopGoodsBrowse/index.vue index 7e1f19e..c1b52b7 100644 --- a/src/views/shop/shopGoodsBrowse/index.vue +++ b/src/views/shop/shopGoodsBrowse/index.vue @@ -116,7 +116,6 @@ title: '商品名称', dataIndex: 'goodsName', key: 'goodsName', - align: 'center', ellipsis: true }, {