소스 검색

Merge branch 'develop/3.1.4' into test

DESKTOP-SVI9JE1\muzen 1 년 전
부모
커밋
96f22287bd
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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 {
       font-size: 16px;
       margin-bottom: 16px;
+      overflow: hidden;
+      white-space: nowrap;
+      text-overflow: ellipsis;
     }
 
     .singer {
       font-size: 12px;
       opacity: 0.6;
+      overflow: hidden;
+      white-space: nowrap;
+      text-overflow: ellipsis;
     }
   }