Browse Source

Merge branch 'jenkins' of http://git.dayaedu.com/lex/orchestra-app into jenkins

lex 2 years ago
parent
commit
3406730e5f
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/coursewarePlay/index.module.less

+ 4 - 2
src/views/coursewarePlay/index.module.less

@@ -312,7 +312,7 @@
 }
 
 .playRecordTime {
-  width: 90px;
+  min-width: 90px;
   margin-right: 10px;
   background: rgba(0, 0, 0, 0.4);
   border-radius: 20px;
@@ -322,7 +322,8 @@
   align-items: center;
   justify-content: center;
   color: #fff;
-
+  flex-wrap: nowrap;
+  white-space: nowrap;
   .timeLoad {
     width: 5px;
     height: 5px;
@@ -331,6 +332,7 @@
     border-radius: 50%;
     margin-right: 3px;
     animation: loadFade 1s ease-in-out infinite;
+    flex-shrink: 0;
   }
 }