From 32986b54a0e2661f7ad6ed79f3ef12c4289eace9 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 20 十二月 2024 17:52:52 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- 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