This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
移动端 解决动态tabbar覆盖问题
应县
yxq
7 months ago
parent
26b98b9138
commit
0e7fe60b94
3 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/contact.vue
+1
-1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue
+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;
Write
Preview
Loading…
Cancel
Save