Skip to content

Commit

Permalink
chore: change background of project to white
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasttian committed Oct 13, 2021
1 parent 3f6849f commit fd812c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export default {
@import '@/uni_modules/uni-ui-scss';
// 设置整个项目的背景色
page {
background-color: #f5f5f5;
background-color: #fff;
}
</style>
5 changes: 3 additions & 2 deletions windows/left-window.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
.left-window-style {
min-height: calc(100vh - var(--top-window-height));
overflow-y: hidden;
background-color: #f8f8f8;
padding: 0 15px;
background-color: #fff;
border-right: 1px solid #f5f5f5;
box-shadow: rgb(0 0 0 / 8%) 0px 0px 3px 1px;
}
</style>

0 comments on commit fd812c0

Please sign in to comment.