From 7af16f32de779ba2360344218f807c9909677ee1 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 08 八月 2024 11:20:20 +0800 Subject: [PATCH] feat:关于产品名称换行样式修改 --- pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue b/pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue index 7406abd..35dbfdd 100644 --- a/pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue +++ b/pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue @@ -992,11 +992,15 @@ .coalName, .order-type { width: 45%; - height: 30rpx; + height: 60rpx; font-size: 30rpx; font-weight: 300; color: #515151; position: relative; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } .black-block { @@ -1009,13 +1013,13 @@ } .time { - width: 35%; + width: 40%; height: vww(12); display: flex; justify-content: flex-start; .send-date { - width: 148rpx; + width: 300rpx; height: 24rpx; margin-left: vww(14); font-size: 28rpx; -- Gitblit v1.9.1