diff --git a/src/views/SellerDashboard/MyListings/main/contentItem.vue b/src/views/SellerDashboard/MyListings/main/contentItem.vue index 9f91d451..588dbe7d 100644 --- a/src/views/SellerDashboard/MyListings/main/contentItem.vue +++ b/src/views/SellerDashboard/MyListings/main/contentItem.vue @@ -172,6 +172,10 @@ const {} = toRefs(data); font-weight: 500; font-size: var(--detailLeftNameSize); line-height: 150%; + -webkit-box-orient: vertical; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .price{ font-family: pingfang_regular;