From 168b58741c9a21f01aa7677177262c06d36e3dc7 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 10 七月 2025 17:24:11 +0800 Subject: [PATCH] 资源优化 --- packageBookService/pages/bookServices/detail/index.wxss | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index 9cd60e6..6f3acfb 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -105,8 +105,9 @@ } .li-title { - width: 140rpx; - font-size: 28rpx; + display: inline; + white-space: nowrap; + font-size: 26rpx; } .li-content { -- Gitblit v1.9.1