소스 검색

样式优化

flyzto 6 달 전
부모
커밋
36ae22545e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      web/apps/web-antd/src/views/match/components/match_card.vue

+ 4 - 0
web/apps/web-antd/src/views/match/components/match_card.vue

@@ -97,6 +97,9 @@ defineProps({
   }
   span {
     flex: 1;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
     &:first-child {
       text-align: left;
     }
@@ -105,6 +108,7 @@ defineProps({
     }
   }
   em {
+    margin: 0 10px;
     font-style: normal;
     color: #ff9d4a;
   }