From 8fadd7103d151b000adbaf126f96fe292ce3f5d4 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 27 九月 2024 11:22:47 +0800 Subject: [PATCH] img --- packageBookService/pages/bookServices/detail/index.wxss | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index 94f8a6d..bba6422 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -612,6 +612,13 @@ background: #f1f1f1; } +.fileName { + width: 400rpx; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + .t-cell::after { border-bottom: none !important; } -- Gitblit v1.9.1