From 32fb3f332c53dcb724f85a0d04a8be711ed4f4e1 Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Sun, 21 Sep 2025 15:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/badge/preview.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/badge/preview.vue b/src/views/badge/preview.vue index dc3c1e8..de13862 100644 --- a/src/views/badge/preview.vue +++ b/src/views/badge/preview.vue @@ -1042,6 +1042,8 @@ onUnmounted(() => { } .progress-section-img { position: relative; + display: flex; + justify-content: center; } .box1-back-image { position: absolute; @@ -1058,6 +1060,7 @@ onUnmounted(() => { .box1-front-image { width: 100%; height: auto; + max-height: 320px; border-radius: 10px; background: rgba(0, 0, 0, 0.3); }