From 3e78b74185f41d361a831e5ca23ac3ab625b6d89 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 27 Nov 2025 16:22:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AF=BC=E8=88=AA=E9=A1=B5?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Workshop/home.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/Workshop/home.vue b/src/views/Workshop/home.vue index d16c8da..dcc55a6 100644 --- a/src/views/Workshop/home.vue +++ b/src/views/Workshop/home.vue @@ -110,8 +110,10 @@ defineExpose({}) padding: 0 7.4rem; gap: 4.8rem; > .item{ - width: 44.2rem; - height: 41.6rem; + // width: 44.2rem; + // height: 41.6rem; + height: auto; + width: calc(50% - 4.8rem / 2); > img{ width: 100%; height: 100%;