Skip to content

Commit f9df805

Browse files
author
zsw
committed
fix: fix the margin in other list page
1 parent 6e1442f commit f9df805

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

components/HomeBlog.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@ export default {
219219
align-items: flex-start;
220220
margin 20px auto 0
221221
max-width 1126px
222+
.abstract-wrapper {
223+
.abstract-item:last-child {
224+
margin-bottom: 0px;
225+
}
226+
}
222227
.blog-list {
223228
flex auto
224229
}

components/NoteAbstract.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export default {
3939
box-sizing: border-box;
4040
transition all .3s
4141
background-color $bgColor
42-
&:last-child
43-
margin-bottom 0
4442
&:hover
4543
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
4644
.title

0 commit comments

Comments
 (0)