소스 검색

no message

libushang 2 주 전
부모
커밋
67ea6a53bc
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/event/index.vue

+ 4 - 0
src/views/event/index.vue

@@ -363,6 +363,10 @@ const handleCloseEvent = index => {
       font-size: 16px;
       color: #414f64;
       font-weight: 600;
+      white-space: nowrap;
+      overflow: hidden;
+      text-overflow: ellipsis;
+      margin-right: 10px;
     }
 
     .item-title-control {