Skip to content

Commit

Permalink
修正样式
Browse files Browse the repository at this point in the history
  • Loading branch information
xa1st committed Dec 1, 2023
1 parent 96cdec0 commit 1797432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@
// 加载图标
@import '@/assets/icon/iconfont.css';
.titbox, .tool {width: 100vw; background-color: $bg-color; height: 3.5rem; line-height: 3.5rem;}
.titbox, .tool {width: 100%; background-color: $bg-color; height: 3.5rem; line-height: 3.5rem;}
.titbox .clear {right: .8rem;top: 0;}
.tool {bottom: 0;}
.section {width: 100vw;}
.section {width: 100%;}
.addItem { width: 100%; background-color: $color-primary; line-height: 3rem; margin: .8rem auto; color:$bg-color;}
.mask {width: 100vw; height: 100vh; position: absolute; top: 0; left: 0; right: 0; z-index: 1; background-color: $bg-color-mask;}
.editbox .addbtn {background-color: $color-primary;}
Expand Down

0 comments on commit 1797432

Please sign in to comment.