소스 검색

Merge branch 'iteration-20241018-courseware' into jenkins-main

lex-xin 7 달 전
부모
커밋
17dbae87e0
2개의 변경된 파일11개의 추가작업 그리고 10개의 파일을 삭제
  1. 6 5
      src/views/coursewarePlay/index.module.less
  2. 5 5
      src/views/exercise-after-class/index.module.less

+ 6 - 5
src/views/coursewarePlay/index.module.less

@@ -414,14 +414,15 @@
   color: #fff;
 
   .timeLoad {
+    display: inline-block;
     flex-shrink: 0;
-    width: 4px;
-    height: 4px;
+    width: 5px;
+    height: 5px;
     background: #ff4e19;
-    border: 0.5px solid #ffffff;
-    border-radius: 50%;
+    // border: 0.5px solid #ffffff;
+    border-radius: 999px;
     margin-right: 6px;
-    box-sizing: content-box;
+    // box-sizing: content-box;
     // animation: loadFade 1s ease-in-out infinite;
   }
 }

+ 5 - 5
src/views/exercise-after-class/index.module.less

@@ -126,14 +126,14 @@
   margin-top: 12px;
 
   .timeLoad {
+    display: inline-block;
     flex-shrink: 0;
-    width: 4px;
-    height: 4px;
+    width: 5px;
+    height: 5px;
     background: #ff4e19;
-    border: 0.5px solid #ffffff;
-    border-radius: 50%;
+    // border: 0.5px solid #ffffff;
+    border-radius: 999px;
     margin-right: 6px;
-    box-sizing: content-box;
     // animation: loadFade 1s ease-in-out infinite;
   }
 }