Skip to content

Commit

Permalink
fix: the shadow from the point animation doesn't fit
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Feb 5, 2024
1 parent 6ba0528 commit fec99c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/service/base/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</Component>
</div>
<div>
<h3 class="text-lg mt-1 font-semibold line-clamp-1 flex gap-2 items-center">
<h3 class="text-lg mt-1 pr-1 font-semibold line-clamp-1 flex gap-2 items-center">
<slot name="title" :service="data">
<a v-if="isLink" :href="link" :target="target">{{ title }}</a>
<span v-else>{{ title }}</span>
Expand Down

0 comments on commit fec99c5

Please sign in to comment.