Skip to content

Commit

Permalink
fix: 文章列表底部不对齐情况
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Feb 11, 2023
1 parent 47cfee8 commit 7476cd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified backend/.tmp/data.db
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/components/ArticlesList/Item/Bar/Bottom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const format = (num: number) => num > 10000 ? `${(num / 10000).toFixed(1)}w` : n

<style scoped>
.bottombar {
@apply flex all-flex leading-[22px]
@apply flex all-flex py-[1.25px]
}
.heat {
@apply pl-2
Expand Down

0 comments on commit 7476cd1

Please sign in to comment.