Skip to content

Commit fec99c5

Browse files
author
hywax
committed
fix: the shadow from the point animation doesn't fit
1 parent 6ba0528 commit fec99c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/service/base/Index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</Component>
1010
</div>
1111
<div>
12-
<h3 class="text-lg mt-1 font-semibold line-clamp-1 flex gap-2 items-center">
12+
<h3 class="text-lg mt-1 pr-1 font-semibold line-clamp-1 flex gap-2 items-center">
1313
<slot name="title" :service="data">
1414
<a v-if="isLink" :href="link" :target="target">{{ title }}</a>
1515
<span v-else>{{ title }}</span>

0 commit comments

Comments
 (0)