Commit b27e92e0 authored by JingChao's avatar JingChao

Update index.vue

parent cfb9a06f
...@@ -42,7 +42,7 @@ export default { ...@@ -42,7 +42,7 @@ export default {
} }
.platform-ios{ .platform-ios{
.h-view{ .h-view{
padding-bottom: 64px; // padding-bottom: 64px;
} }
} }
...@@ -50,7 +50,7 @@ export default { ...@@ -50,7 +50,7 @@ export default {
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.platform-ios { .platform-ios {
.h-view { .h-view {
padding-bottom: 120px; // padding-bottom: 120px;
} }
} }
} }
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
@media only screen and (device-width: 414px) and (device-height: 896px) { @media only screen and (device-width: 414px) and (device-height: 896px) {
.platform-ios { .platform-ios {
.h-view { .h-view {
padding-bottom: 120px; // padding-bottom: 120px;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment