From 3baf9a943cdf11d4cdfb52b3756458529d0dcf2a Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 21 三月 2024 14:35:01 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- packageBookService/pages/bookServices/detail/index.wxss | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index 2287ac5..8deaf31 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -200,7 +200,8 @@ /* 鍥句功璧勬簮 */ .book-resource { - min-height: 640rpx; + /* min-height: 640rpx; */ + min-height: calc(100vh - 960rpx); margin-top: 20rpx; background-color: #fff !important; } @@ -298,6 +299,5 @@ } .noData { - /* width: 500rpx; - height: 500rpx; */ + height: 100%; } \ No newline at end of file -- Gitblit v1.9.1