From 98472cb048b4a62c54fc39a2ab58189af62d8e50 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 14 Nov 2025 17:56:07 +0800 Subject: [PATCH] =?UTF-8?q?Feat(=E9=9D=9E=E9=81=97=E6=96=87=E5=88=9B):?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=A4=A7=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/heritage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg_product/views/heritage.vue b/pkg_product/views/heritage.vue index 06f1eb8..85f7b75 100644 --- a/pkg_product/views/heritage.vue +++ b/pkg_product/views/heritage.vue @@ -196,8 +196,10 @@ export default { } .img-item { + display: block; width: 160rpx; height: 160rpx; + transform: scale(1.33); } } }