From 9f9ad7a1b47850b059bea1679d7bde867455b80b Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期四, 08 八月 2024 14:20:05 +0800 Subject: [PATCH] 取样员页面 --- 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