mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 11:52:52 +08:00
手机上测试白屏问题
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<script src="<%= BASE_URL %>js/EWebBridge.js"></script>
|
||||
<script src="<%= BASE_URL %>js/echarts.min.js"></script>
|
||||
</head>
|
||||
<body style="overflow-y: hidden">
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but h5-standard doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
|
||||
@@ -412,20 +412,17 @@ export default {
|
||||
background-size: 100% 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
html,body{
|
||||
overflow-y: hidden !important;
|
||||
}
|
||||
.box{
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
.div100{
|
||||
height: 100%;
|
||||
}
|
||||
.section{
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
// .box{
|
||||
// height: 100vh;
|
||||
// overflow: hidden;
|
||||
// }
|
||||
// .div100{
|
||||
// height: 100%;
|
||||
// }
|
||||
// .section{
|
||||
// height: 100%;
|
||||
// overflow-x: hidden;
|
||||
// overflow-y: scroll;
|
||||
// -webkit-overflow-scrolling: touch;
|
||||
// }
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user