Skip to content

Commit

Permalink
remove redundant style attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
djdjz7 committed Dec 27, 2024
1 parent d508599 commit 90fa96c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/PageListEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@ defineProps<{
<p v-if="pageEntry.excerpt?.trim()" whitespace-pre text-wrap m-t-2 m-b-0>
{{ pageEntry.excerpt.trim() }}
</p>
<a
:href="pageEntry.contentUrl"
text-blue-500
dark:text-blue-300
underline-offset-4
m-b-2
m-t-2
inline-block
w-auto
<a :href="pageEntry.contentUrl" underline-offset-4 m-b-2 m-t-2 inline-block w-auto
>阅读全文...</a
>
</div>
Expand Down

0 comments on commit 90fa96c

Please sign in to comment.