全局增加下边距

main
jn517618 2 years ago
parent fc5674c6b5
commit 2fc3fb6a4e
  1. 3
      package.json
  2. 2
      src/page/index/index.vue

@ -56,5 +56,8 @@
"vue-cli-service lint",
"git add"
]
},
"volta": {
"node": "14.19.1"
}
}

@ -17,7 +17,7 @@
</transition>
<!-- 主体视图层 -->
<div
style="height: 100%; overflow-y: auto; overflow-x: hidden"
style="height: 100%; overflow-y: auto; overflow-x: hidden; padding-bottom: 30px;box-sizing: border-box;"
id="avue-view"
v-show="!isSearch"
>

Loading…
Cancel
Save