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 {