From d109b1dfd941d19eb08e1398d9f9b70af6675532 Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Fri, 23 Jan 2026 18:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=8E=92=E7=89=88=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cartoon/myOrder.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/cartoon/myOrder.vue b/src/views/cartoon/myOrder.vue index 99d4a1d..33bbaa4 100644 --- a/src/views/cartoon/myOrder.vue +++ b/src/views/cartoon/myOrder.vue @@ -104,20 +104,21 @@ function getStatus(status: number) { .order-item { position: relative; - width: calc(50vw - 4px); - height: calc(50vw - 4px); + width: calc(45vw - 4px); + height: calc(45vw - 4px); box-shadow: 0 2px 8px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 12px; + background: #f5f5f5; } .order-img { width: 100%; height: 100%; - object-fit: cover; + object-fit: contain; border-radius: 12px; }