소스 검색

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;
 
   &.pcS {
-    width: 50vw;
+    width: 750px;
     height: 536px;
 
     .paramContent {
+      gap: 18px;
+
       .btn {
         width: 78px;
         height: 31px;
       }
 
       img {
-        width: 77px;
-        height: 77px;
+        width: 80px;
+        height: 80px;
       }
     }
   }