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;