From 3443d055bf839306395769bbcb3265c66c25ceb1 Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Sun, 21 Sep 2025 15:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/badge/orderDetail.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/badge/orderDetail.vue b/src/views/badge/orderDetail.vue index c9e2eb1..16debab 100644 --- a/src/views/badge/orderDetail.vue +++ b/src/views/badge/orderDetail.vue @@ -187,6 +187,8 @@ function getStatus(status: number) { position: relative; width: 320px; height: 320px; + display: flex; + justify-content: center; } .avatar-back-img { position: absolute; @@ -197,14 +199,13 @@ function getStatus(status: number) { z-index: 2; } .avatar-front-box { - width: 320px; - height: 320px; position: absolute; z-index: 1; } .avatar-font-img { width: 100%; height: auto; + max-height: 320px; border-radius: 10px; } .progress-image-item-shadow {