From d771785cf70152db5ee0432fc5c8451db7f8c430 Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Mon, 1 Jun 2026 16:18:59 +0800 Subject: [PATCH] fix --- src/views/SellerDashboard/MyListings/main/contentItem.vue | 4 ++++ 1 file changed, 4 insertions(+) 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;