Skip to content

Commit

Permalink
fix: 作者面板三角问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Feb 19, 2023
1 parent 09198de commit 7736f02
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

0 comments on commit 7736f02

Please sign in to comment.