Skip to content

Commit

Permalink
Merge pull request #293 from MarleneJiang/issue-292-作者面板三角问题
Browse files Browse the repository at this point in the history
Issue 292 作者面板三角问题
  • Loading branch information
MarleneJiang authored Feb 19, 2023
2 parents 7305c1f + 7736f02 commit 7031821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ArticlesList/Item/AuthorCard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defineProps<{
</script>

<template>
<div class="author_card truncate">
<div class="author_card">
<div class="about">
<ArticlesListUiImg :src="avatar" :alt="name" avatar />
<div class="ml-[0.5rem]">
Expand Down

1 comment on commit 7031821

@vercel
Copy link

@vercel vercel bot commented on 7031821 Feb 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.