From ef8df9681881eb361976c9f163f5ae654c578285 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 17 Mar 2025 09:56:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E8=B4=AD=E8=BD=A6=E8=AF=A6=E6=83=85=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/wantBuySale.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/secondHandCar/wantBuySale.vue b/src/views/secondHandCar/wantBuySale.vue index 47ff02fc..03e63ff5 100644 --- a/src/views/secondHandCar/wantBuySale.vue +++ b/src/views/secondHandCar/wantBuySale.vue @@ -26,7 +26,9 @@
- {{ detailInfo.vehicleType }} + + {{ detailInfo.vehicleType }} + 拖车类型
@@ -214,13 +216,17 @@ export default { .itemInfo{ display: flex; flex-direction: column; - width: 25%; + width: 28%; span:first-child{ + width: 100%; font-weight: bold; font-size: 14px; color: #282828; line-height: 20px; margin-bottom: 2px; + white-space: nowrap; /* 强制文本在一行显示 */ + overflow: hidden; /* 隐藏超出部分 */ + text-overflow: ellipsis; /* 超出部分显示省略号 */ } span:last-child{ font-weight: 400;