Browse Source

由于尺寸自适应问题

lex 10 months ago
parent
commit
7dde5f88a5
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/tenant/music/courseList/index.module.less

+ 6 - 6
src/tenant/music/courseList/index.module.less

@@ -154,8 +154,8 @@
   position: relative;
 
   .basePlay {
-    width: 20px;
-    height: 20px;
+    width: 20Px;
+    height: 20Px;
     position: absolute;
     left: 50%;
     top: 50%;
@@ -168,10 +168,10 @@
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
-      width: 20px;
-      height: 20px;
-      padding-bottom: 2px;
-      padding-right: 2px;
+      width: 20Px;
+      height: 20Px;
+      // padding-bottom: 2px;
+      // padding-right: 2px;
     }
   }