From f507887d1f111aa94c691484d1c43174406c1f22 Mon Sep 17 00:00:00 2001 From: Vinjor Date: Tue, 29 Apr 2025 16:01:27 +0800 Subject: [PATCH] 1 --- pages/notice/detail.vue | 1 + .../uni-popup/components/uni-popup-share/uni-popup-share.vue | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/notice/detail.vue b/pages/notice/detail.vue index 2eaf054..ad7da3b 100644 --- a/pages/notice/detail.vue +++ b/pages/notice/detail.vue @@ -212,6 +212,7 @@ + diff --git a/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue b/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue index 3313f77..669a400 100644 --- a/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue +++ b/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue @@ -130,9 +130,10 @@ } .share-button { + z-index: 999; position: absolute; - width: 100rpx; - height: 100rpx; + width: 100%; + height: 100%; } .uni-popup-share {