From 1530f605190069e45b5e31a7ec2bf7a6dc691f39 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期四, 02 一月 2025 14:09:22 +0800 Subject: [PATCH] 1 --- 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