From aaa80e6ca58311aa636019e1cec4aed738196519 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 16 七月 2025 21:05:04 +0800 Subject: [PATCH] 修复扫码激活中代码错误,调整文档资源浏览页面的购买逻辑 --- packageBookService/pages/bookServices/linkPage/index.wxss | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/linkPage/index.wxss b/packageBookService/pages/bookServices/linkPage/index.wxss index 3e9d570..d9356fc 100644 --- a/packageBookService/pages/bookServices/linkPage/index.wxss +++ b/packageBookService/pages/bookServices/linkPage/index.wxss @@ -1,5 +1,8 @@ .page { padding: 200rpx 40rpx; + width: 100%; + height: 100%; + box-sizing: border-box; } .title-text { @@ -8,6 +11,13 @@ color: #000; } +.link { + width: 100%; + height: max-content; + word-wrap: break-word; + word-break: break-all; +} + .link, .bottom-btn { margin-top: 50px; -- Gitblit v1.9.1