Browse Source

Merge branch 'iteration-20240425-subject' into jenkins-test

lex 1 year ago
parent
commit
696b8ec55f
1 changed files with 7 additions and 3 deletions
  1. 7 3
      src/views/tempo-practice/index.module.less

+ 7 - 3
src/views/tempo-practice/index.module.less

@@ -18,7 +18,9 @@
       visibility: hidden;
     }
 
-    padding: 0 23px 8px 23px;
+    .head {
+      padding: 0 23px 8px 23px;
+    }
   }
 
   &.courseware {
@@ -274,10 +276,12 @@
     width: 90px;
     height: 39px;
   }
-  .setting{
+
+  .setting {
     width: 74px;
     height: 39px;
   }
+
   .speedChange {
     width: 110px;
     height: 39px;
@@ -364,4 +368,4 @@
       padding: 0 9px;
     }
   }
-}
+}