From f3d01ca9cebcb588b46196caa55d730071ac2cbd Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 28 Mar 2026 10:24:03 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A6=E4=BE=A7=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E4=BB=8E180rpx=E8=B0=83=E6=95=B4=E4=B8=BA140?= =?UTF-8?q?rpx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/list.vue | 2 +- src/pages/product/select.vue | 2 +- src/pages/stock/in.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/product/list.vue b/src/pages/product/list.vue index b80061a..df3dbc5 100644 --- a/src/pages/product/list.vue +++ b/src/pages/product/list.vue @@ -207,7 +207,7 @@ export default { } .category-sidebar { - width: 180rpx; + width: 140rpx; background: #fff; flex-shrink: 0; } diff --git a/src/pages/product/select.vue b/src/pages/product/select.vue index 4dd5996..cbd4001 100644 --- a/src/pages/product/select.vue +++ b/src/pages/product/select.vue @@ -150,7 +150,7 @@ export default { } .category-sidebar { - width: 180rpx; + width: 140rpx; background: #fff; flex-shrink: 0; } diff --git a/src/pages/stock/in.vue b/src/pages/stock/in.vue index a2d25de..b4b367c 100644 --- a/src/pages/stock/in.vue +++ b/src/pages/stock/in.vue @@ -275,7 +275,7 @@ export default { /* 左侧分类 */ .category-sidebar { - width: 180rpx; + width: 140rpx; background: #fff; flex-shrink: 0; }