Skip to content

Commit c3ab75b

Browse files
committed
chore: service base set size icon
1 parent 44da7ba commit c3ab75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/service/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="flex-shrink-0 flex">
44
<a :href="link" :title="title" class="self-center w-16 h-16 overflow-hidden rounded-2xl border border-black/5">
55
<slot name="icon">
6-
<img v-if="icon" :src="icon" :alt="title" class="block bg-contain">
6+
<img v-if="icon" :src="icon" :alt="title" class="block bg-contain h-full w-full">
77
<div v-else class="bg-fg-dimmed h-full w-full" />
88
</slot>
99
</a>

0 commit comments

Comments
 (0)