Browse Source

修改底部导航栏样式

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

8
pages/base/index.vue

@ -154,9 +154,11 @@ export default {
<style lang="scss" scoped>
.footer {
box-shadow: $tab-nav-shadow;
position: relative;
z-index: 5;
background-color: #000;
// position: relative;
// z-index: 5;
background-color: #000;
min-height: 88rpx;
box-sizing: border-box;
}
.router-link-active {

Loading…
Cancel
Save