浏览代码

Update index.module.less

lex 1 年之前
父节点
当前提交
a685a359c2
共有 1 个文件被更改,包括 5 次插入3 次删除
  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;
   padding: 20px 0;
 
 
   &.pcS {
   &.pcS {
-    width: 50vw;
+    width: 750px;
     height: 536px;
     height: 536px;
 
 
     .paramContent {
     .paramContent {
+      gap: 18px;
+
       .btn {
       .btn {
         width: 78px;
         width: 78px;
         height: 31px;
         height: 31px;
       }
       }
 
 
       img {
       img {
-        width: 77px;
-        height: 77px;
+        width: 80px;
+        height: 80px;
       }
       }
     }
     }
   }
   }