diff --git a/src/views/Activity/ActivityItem.vue b/src/views/Activity/ActivityItem.vue index 67277ba..0b5f67b 100644 --- a/src/views/Activity/ActivityItem.vue +++ b/src/views/Activity/ActivityItem.vue @@ -2,7 +2,7 @@
- +
@@ -114,9 +114,8 @@ onMounted(() => { background: #ebebeb00; img { - width: inherit; - height: inherit; - background-size: cover; + width: 880px; + height: 495px; border-radius: 16px; } }