Browse Source

修改底部导航栏样式

master
liaoxinyu 2 years ago
parent
commit
8efa6dfe09
  1. 6
      pages/base/index.vue

6
pages/base/index.vue

@ -156,8 +156,10 @@ export default {
.footer {
background-color: #000;
box-shadow: $tab-nav-shadow;
position: relative;
z-index: 5;
// position: relative;
// z-index: 5;
min-height: 88rpx;
box-sizing: border-box;
}
.router-link-active {

Loading…
Cancel
Save