CzRger 1 gadu atpakaļ
vecāks
revīzija
d15ff4efe6
2 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. 1 1
      src/App.vue
  2. 5 5
      src/views/screen/index.vue

+ 1 - 1
src/App.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="overflow: auto;">
+  <div style="overflow: hidden;">
     <div style="z-index: 1; position: relative;">
       <router-view/>
     </div>

+ 5 - 5
src/views/screen/index.vue

@@ -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 {