maxiaoxiao 1 år sedan
förälder
incheckning
53aea00c74

+ 1 - 1
src/components/Combinations/LayerManage/LayerManage.scss

@@ -62,7 +62,7 @@
     padding: 0px 5px 0px 5px;
 }
 .zymlsplit,.collectsplit{
-    height: 200px;
+    height: 300px;
 }
 
 .treeDiv {

+ 4 - 3
src/components/sceneAtttribute/splitScreen/splitScreen.vue

@@ -135,16 +135,17 @@ export default {
 
   .sm-btn {
     position: absolute;
-    top: 20px;
+    top: 60px;
     background-color: transparent;
     // font-size: 30px;
     z-index: 100;
   }
   .sm-panel {
     max-width: 300px;
-    height: 75%;
+    // height: 75%;
     max-height: 80%;
-    top: 5px;
+    top: 60px;
+    left: 50px;
   }
 }