Browse Source

移动端 解决动态tabbar覆盖问题

应县
yxq 7 months ago
parent
commit
0e7fe60b94
3 changed files with 7 additions and 1 deletions
  1. +3
    -0
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/contact.vue
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue
  3. +3
    -0
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue

+ 3
- 0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/contact.vue View File

@@ -61,6 +61,9 @@ export default {
</script>

<style lang="less">
.page{
padding-bottom: 48px;
}
page {
padding-top: 100rpx;
}


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue View File

@@ -669,7 +669,7 @@ export default {
<style lang="less" scoped>
.page {
background-color: #f3f3f3;
padding-bottom: 48px;
.header {
height: 100rpx;
background-color: #0c86d8;


+ 3
- 0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue View File

@@ -244,6 +244,9 @@ export default {
</script>

<style lang="less" scoped>
.page{
padding-bottom: 48px;
}
.mybanner {
background: #0c86d8;
height: 120px;


Loading…
Cancel
Save