This commit is contained in:
cbb
2026-01-21 16:31:50 +08:00
parent ab153e9649
commit 888114fde6

20
App.vue
View File

@@ -62,23 +62,3 @@
// overflow: hidden;
// }
</style>
<!-- #ifdef H5 -->
<style>
body {
max-width: 750rpx;
min-width: 480rpx;
margin: auto !important;
-webkit-text-size-adjust: 100% !important; /* Chrome/Safari/iOS */
-moz-text-size-adjust: 100% !important; /* Firefox */
-ms-text-size-adjust: 100% !important; /* IE/Edge */
text-size-adjust: 100% !important; /* 标准属性 */
}
.uni-tabbar {
background: red;
max-width: 750rpx;
min-width: 480rpx;
margin: auto !important;
}
</style>
<!-- #endif -->