Skip to content

Commit

Permalink
style: bg
Browse files Browse the repository at this point in the history
  • Loading branch information
linround committed Sep 13, 2023
1 parent 343c895 commit 67aa250
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/view/Home/style.module.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

@import "../LCalendar/variables.less";
.container{
display: flex;
flex-wrap: wrap;
Expand All @@ -10,6 +12,7 @@
width: 100%;
height: 100%;
overflow-y: auto;
background: @globalBgColor;
}
&Copyright {
margin-top: 10px;
Expand Down
1 change: 1 addition & 0 deletions src/view/LCalendar/style.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
display: flex;
user-select: none;
position: relative;
background: @globalBgColor;
}
&Left {
flex: 0 0 @leftWidth;
Expand Down
2 changes: 2 additions & 0 deletions src/view/LCalendar/variables.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

@globalBgColor:#ffffff;
@borderColor: #e3cfcf; // 关于整个页面框架的架构
@IconHoverColor: #a98147;// 按钮hover的效果

Expand Down

0 comments on commit 67aa250

Please sign in to comment.