Quellcode durchsuchen

Merge branch 'gym-test' of http://git.dayaedu.com/tianyong/gym-music-score into gym-test

TIANYONG vor 5 Monaten
Ursprung
Commit
8bdc227589
1 geänderte Dateien mit 8 neuen und 5 gelöschten Zeilen
  1. 8 5
      src/page-instrument/header-top/speed/index.module.less

+ 8 - 5
src/page-instrument/header-top/speed/index.module.less

@@ -1,7 +1,10 @@
 .speedContainer{
     width: 334px;
     &.isHideBeat .content{
-        height: 172px;
+        height: 206px;
+        .speedSel{
+            padding-bottom: 0px !important;
+        }
     }
     .head{
         height: 42px;
@@ -25,7 +28,7 @@
     }
     .content{
         margin-top: -26px;
-        height: 230px;
+        height: 264px;
         background: #FFFFFF;
         border-radius: 16px;
         padding: 36px 16px 16px 16px;
@@ -122,8 +125,8 @@
                 }
             }
             .speedSel{
-                margin-top: 20px;
-                padding-bottom: 8px;
+                margin-top: 8px;
+                padding-bottom: 18px;
                 display: flex;
                 justify-content: space-between;
                 flex-wrap: wrap;
@@ -138,7 +141,7 @@
                     font-size: 13px;
                     color: rgba(0,0,0,0.6);
                     cursor: pointer;
-                    margin-bottom: 10px;
+                    margin-top: 10px;
                     margin-right: 3px;
                     &:active{
                         background: #B3EDE9;