Skip to content

Commit

Permalink
fix: 文章列表背景问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Feb 17, 2023
1 parent cc6dbab commit 2348b47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions frontend/components/ArticlesList/Item/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ const hideHandler = (id: string) => {
</template>

<style scoped>
li {
@apply transition
@apply hover:bg-jj-hover
}
li:hover .icon {
@apply block
}
Expand Down
3 changes: 1 addition & 2 deletions frontend/components/ArticlesList/Ui/Link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ defineProps<{ to: String }>()

<style scoped>
.link_container {
@apply transition flex-1 f-c-c transition-all all-cursor-pointer px-[1.67rem] pb-[10px] truncate
@apply hover:bg-jj-hover
@apply flex-1 f-c-c all-cursor-pointer px-[1.67rem] pb-[10px] truncate
}
.link_container::after {
background-color: rgba(185, 186, 190, .35);
Expand Down

0 comments on commit 2348b47

Please sign in to comment.