Skip to content

Commit

Permalink
docs(infinit-scroll): fix basic demo item color
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed May 3, 2024
1 parent da4a6ec commit c9b7a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/infinite-scroll/demos/enUS/basic.demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineComponent({
height: 46px;
justify-content: center;
margin-bottom: 10px;
background-color: #e7f5ee;
background-color: rgba(0, 128, 0, 0.16);
}
.item:last-child {
Expand Down
2 changes: 1 addition & 1 deletion src/infinite-scroll/demos/zhCN/basic.demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineComponent({
height: 46px;
justify-content: center;
margin-bottom: 10px;
background-color: #e7f5ee;
background-color: rgba(0, 128, 0, 0.16);
}
.item:last-child {
Expand Down

0 comments on commit c9b7a2d

Please sign in to comment.