Browse Source

修改布局

master
liaoxinyu 4 months ago
parent
commit
38c25f87a7
  1. 8
      pages/base/index.vue

8
pages/base/index.vue

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

Loading…
Cancel
Save