Browse Source

Merge branch 'iteration-beat-one'

lex 1 year ago
parent
commit
4c808d7159
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/views/tempo-practice/setting-modal/index.module.less

+ 5 - 3
src/views/tempo-practice/setting-modal/index.module.less

@@ -7,18 +7,20 @@
   padding: 20px 0;
 
   &.pcS {
-    width: 50vw;
+    width: 750px;
     height: 536px;
 
     .paramContent {
+      gap: 18px;
+
       .btn {
         width: 78px;
         height: 31px;
       }
 
       img {
-        width: 77px;
-        height: 77px;
+        width: 80px;
+        height: 80px;
       }
     }
   }