Browse Source

Merge branch 'develop/3.1.4' into test

DESKTOP-SVI9JE1\muzen 1 year atrás
parent
commit
96f22287bd
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/components/my-audio/my-audio.vue

+ 6 - 0
src/components/my-audio/my-audio.vue

@@ -65,11 +65,17 @@ export default {
     .song {
     .song {
       font-size: 16px;
       font-size: 16px;
       margin-bottom: 16px;
       margin-bottom: 16px;
+      overflow: hidden;
+      white-space: nowrap;
+      text-overflow: ellipsis;
     }
     }
 
 
     .singer {
     .singer {
       font-size: 12px;
       font-size: 12px;
       opacity: 0.6;
       opacity: 0.6;
+      overflow: hidden;
+      white-space: nowrap;
+      text-overflow: ellipsis;
     }
     }
   }
   }