yangjunjing 5 yıl önce
ebeveyn
işleme
4c48ad5e00

+ 6 - 5
src/views/screen/splitscreen/spaceledger/index.vue

@@ -179,6 +179,7 @@ export default {
           this.getSpaceFloor();
         }
         this.setFrame();
+        this.getInFormationPoitnName();
       })
     },
     setFrame() {
@@ -390,9 +391,9 @@ export default {
 }
 </style>
 <style>
-  .el-scrollbar__wrap{
-    height: 100%;
-    overflow-x: hidden !important;
-    overflow-y: auto !important;
-  }
+.el-scrollbar__wrap {
+  height: 100%;
+  overflow-x: hidden !important;
+  overflow-y: auto !important;
+}
 </style>