@@ -1,5 +1,5 @@
<template>
- <div style="overflow: auto;">
+ <div style="overflow: hidden;">
<div style="z-index: 1; position: relative;">
<router-view/>
</div>
@@ -195,13 +195,13 @@ export default defineComponent({
line-height: 1;
text-align: justify;
// 部署start
- //width: 100%;
- //height: 100vh;
+ width: 100%;
+ height: 100vh;
// 部署end
// 本地start
- width: 3840px;
- height: 100vh;
- overflow: auto;
+ //width: 3840px;
+ //height: 100vh;
+ //overflow: auto;
// 本地end
position: relative;
.screen-bg {