Commit 75836ef7 authored by JingChao's avatar JingChao

Update index.vue

parent c9ebfc62
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) { @media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.platform-ios { .platform-ios {
.has-header { .has-header {
top: 84px; /*no*/ top: 84px;
} }
} }
} }
...@@ -39,7 +39,7 @@ export default { ...@@ -39,7 +39,7 @@ export default {
@media (device-width: 414px) and (device-height: 896px) { @media (device-width: 414px) and (device-height: 896px) {
.platform-ios { .platform-ios {
.has-header { .has-header {
top: 84px; /*no*/ top: 84px;
} }
} }
} }
......
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