Skip to content

Commit

Permalink
chore: remove margin top in title service
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 17, 2024
1 parent 8d9aeac commit d2a59b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/service/base/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
</div>
<div>
<h3 class="text-lg mt-1 pr-1 font-semibold line-clamp-1 flex gap-2 items-center">
<h3 class="text-lg pr-1 font-semibold line-clamp-1 flex gap-2 items-center">
<slot name="title" :service="data">
{{ title }}
</slot>
Expand Down

0 comments on commit d2a59b8

Please sign in to comment.