Browse Source

Update index.module.less

lex-xin 4 months ago
parent
commit
2fda95be5e

+ 4 - 1
src/views/coursewarePlay/component/courseware-type/index.module.less

@@ -148,7 +148,6 @@
     }
 
     &.active {
-      
       :global {
         .van-notice-bar__content {
           color: #FFFFFF;
@@ -163,6 +162,10 @@
           color: rgba(255,255,255,0.5);
           transition-duration: 0s !important;
           transform: none !important;
+          width: 100%;
+          overflow: hidden;
+          white-space: nowrap;
+          text-overflow: ellipsis;
         }
       }
     }