flyzto vor 6 Monaten
Ursprung
Commit
36ae22545e
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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;
   }