@@ -35,10 +35,8 @@ export default {
<style lang="less">
#app {
- width: 100%;
- height: 100vh;
- min-width: 1918px;
- min-height: 900px;
+width: 100%;
+height: 100%;
}
.banbentips{
@@ -64,8 +64,7 @@ export default {
<style lang="less" scoped>
.scene-body {
width: 100%;
- height: calc(100vh - 80px);
- margin-top: 80px;
+ height: 100%;
padding-top: 0;
position: relative;
overflow: hidden;
@@ -20,8 +20,7 @@ export default {
.scene-body{