Browse Source

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

lex-xin 3 months ago
parent
commit
17dbae87e0

+ 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;
   }
 }