liuqiao hace 1 año
padre
commit
3beb916f7e
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      src/view/appmian.vue

+ 5 - 2
src/view/appmian.vue

@@ -38,7 +38,7 @@
    
     </div>
     </div>
-    <InfoVtkmodel ref="vtkmodel" />
+    <div class="vtkmodel1" id="infomodel"><InfoVtkmodel ref="vtkmodel" /></div>
      
       </el-main>
    
@@ -338,6 +338,7 @@ const handleSelect = (key) => {
 <style lang="scss" scoped>
 .appmian {
   .el-main {
+    --el-main-padding: 0px !important;
   }
 
   .el-container {
@@ -516,7 +517,9 @@ const handleSelect = (key) => {
  @import '../../src/style/style.css';
 .vtkmodel1{
   position: absolute;
-    z-index: 207; 
+    z-index: 100; 
+    width: 100%;
+    height: 100vh;
 
 }
 body {