Skip to content

Commit

Permalink
fix: 文章列表封面fit改为cover
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Feb 12, 2023
1 parent 5715afd commit 09d05e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified backend/.tmp/data.db
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/components/ArticlesList/Navigation/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<style scoped>
.navigator {
border-bottom: 1px solid hsla(0,0%,59.2%,.1);
@apply flex text-[1.17rem] pl-[0.42rem] border-b-1 dark:border-[#888]
@apply flex text-[1.17rem] pl-[0.42rem] border-b-1
}
</style>
2 changes: 1 addition & 1 deletion frontend/components/ArticlesList/Ui/Img.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defineProps({
:src="src"
:alt="alt"
loading="lazy"
fit="fill"
fit="cover"
quality="80"
format="webp"
:class="`${avatar ? 'avatar' : 'cover'}`"
Expand Down

0 comments on commit 09d05e3

Please sign in to comment.