site: fix ios safari text size

This commit is contained in:
07akioni 2021-04-05 23:12:35 +08:00
parent fe2ad7190f
commit c888a4c334
2 changed files with 1 additions and 15 deletions

View File

@ -41,18 +41,3 @@ export default {
}
}
</script>
<style scoped>
.demo {
z-index: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
min-width: 1080px;
}
body {
-webkit-text-size-adjust: 100%;
}
</style>

View File

@ -2,6 +2,7 @@
body {
overflow: hidden;
-webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 600px) {