From 076ad1188fc1f0d10847607d5b94bb4bccf1ce8a Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Mon, 18 Aug 2025 11:37:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/badge/record.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/badge/record.vue b/src/views/badge/record.vue index dc1afad..47fea13 100644 --- a/src/views/badge/record.vue +++ b/src/views/badge/record.vue @@ -19,9 +19,11 @@
+
ID: {{ item.id }}
{{ item.reason || '设计中' }}
+
ID: {{ item.id }}
{{ item.reason || '设计失败' }}
@@ -180,7 +182,7 @@ onUnmounted(() => { left: 0; width: 100%; height: 100%; - border-radius: 50%; + /* border-radius: 50%; */ object-fit: cover; } @@ -192,7 +194,7 @@ onUnmounted(() => { height: 100%; object-fit: cover; box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.5), inset -2px -2px 4px rgba(0, 0, 0, 0.2); - border-radius: 50%; + /* border-radius: 50%; */ } .record-image-item-loading { @@ -204,8 +206,9 @@ onUnmounted(() => { display: flex; align-items: center; justify-content: center; + flex-direction: column; background: #f5f5f5; - border-radius: 50%; + /* border-radius: 50%; */ font-size: 16px; color: #999; text-align: center;