@@ -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;