From 1ac74cb47108646ef366e83d9aad55b93c225fd7 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Wed, 26 Nov 2025 13:36:43 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=AB=98=E7=BA=A7=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F=E7=BB=9F?= =?UTF-8?q?=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/home/tools/toProduct/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/component/home/tools/toProduct/index.vue b/src/component/home/tools/toProduct/index.vue index 54bd0952..e7b6c2c2 100644 --- a/src/component/home/tools/toProduct/index.vue +++ b/src/component/home/tools/toProduct/index.vue @@ -1250,13 +1250,15 @@ export default defineComponent({ > .item { margin-right: 1rem; - width: calc(100% / 2 - 0.5rem); + // width: calc(100% / 2 - 0.5rem); + // height: 25rem; + width: 12.7rem; + height: 17.8rem; cursor: pointer; overflow: hidden; display: flex; justify-content: center; flex-shrink: 0; - height: 25rem; position: relative; // &.active{ // border: 2px solid; @@ -1532,6 +1534,8 @@ export default defineComponent({ .ant-upload-select-picture-card { width: 12.7rem; height: 17.8rem; + border-width: 1px; + background: #fff; } } }