Bläddra i källkod

style: 样式修改

TIANYONG 6 månader sedan
förälder
incheckning
f4ed155e7f
1 ändrade filer med 9 tillägg och 9 borttagningar
  1. 9 9
      src/view/selection/index.module.less

+ 9 - 9
src/view/selection/index.module.less

@@ -54,8 +54,8 @@
     position: absolute;
     height: 120%;
     background-color: rgba(45, 199, 170, 1);
-    min-height: 40PX;
-    height: 40PX;
+    min-height: 60PX;
+    height: 60PX;
     top: 50%;
     // width: 14PX;
     width: 2PX !important;
@@ -308,7 +308,7 @@
                 left: 50%;
                 top: 50%;
                 width: 2PX;
-                height: 40PX;
+                height: 60PX;
                 transform: translate(-50%, -50%);
                 background: #2DC7AA;
             }
@@ -353,33 +353,33 @@
 
 .middleZoom {
     .line {
-        height: 50PX;
+        height: 70PX;
     }
     :global {
         .node-dot::before{
-            height: 50PX;
+            height: 70PX;
         }
     }
 }
 
 .bigZoom {
     .line {
-        height: 60PX;
+        height: 80PX;
     }
     :global {
         .node-dot::before{
-            height: 60PX;
+            height: 80PX;
         }
     }
 }
 
 .largeZoom {
     .line {
-        height: 70PX;
+        height: 90PX;
     }
     :global {
         .node-dot::before{
-            height: 70PX;
+            height: 90PX;
         }
     }
 }