Browse Source

层次

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
32d5e95cf2
2 changed files with 2 additions and 0 deletions
  1. 1
      src/components/nav-bottom.vue
  2. 1
      src/view/home.vue

1
src/components/nav-bottom.vue

@ -34,6 +34,7 @@
padding: 0 1rem; padding: 0 1rem;
box-sizing: border-box; box-sizing: border-box;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
z-index: 1000;
} }
.router-bottom a { .router-bottom a {
list-style: none; list-style: none;

1
src/view/home.vue

@ -222,6 +222,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-around; justify-content: space-around;
z-index: 1000;
} }
.home .page-top i { .home .page-top i {
font-style: normal; font-style: normal;

Loading…
Cancel
Save