From f673fbed7ff45b7005357ce14bf083ce0e484842 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Fri, 7 Mar 2025 09:23:18 +0800 Subject: [PATCH] =?UTF-8?q?style(app):=20=E4=BC=98=E5=8C=96=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=A2=84=E8=A7=88=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整图片预览弹窗的背景色和最大宽度 - 修复 ItemList 组件中的 Lot 号码显示问题 --- app/app.vue | 4 ++++ app/pages/home/components/ItemList/index.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/app.vue b/app/app.vue index e6e6688..406b028 100644 --- a/app/app.vue +++ b/app/app.vue @@ -56,6 +56,10 @@ provide('slideDirection', slideDirection)