From d2adcb07d15d4ccdc2e6479f7677aeaadded1149 Mon Sep 17 00:00:00 2001 From: al Date: Wed, 25 Dec 2024 21:18:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 6 ++ app/space/[id]/page.js | 2 +- app/space/share/[user_id]/page.jsx | 4 +- components/CheckVip/index.jsx | 71 ++++++++++++++ components/ImagesMask/index.jsx | 144 +++++++++++++++++++---------- components/Photos/index.js | 2 + components/PostItem/index.js | 7 +- next.config.js | 4 + utils/tools/handleFuns.js | 22 ++++- 9 files changed, 206 insertions(+), 56 deletions(-) create mode 100644 components/CheckVip/index.jsx diff --git a/app/globals.css b/app/globals.css index 959b082..9b387f9 100644 --- a/app/globals.css +++ b/app/globals.css @@ -3,6 +3,7 @@ @tailwind utilities; body { color: #fff; + position: relative /* padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); */ } @@ -403,3 +404,8 @@ textarea { .adm-form-item-label .adm-form-item-required-asterisk { left: auto !important; } + +.ant-modal-mask, +.ant-modal-wrap { + position: absolute !important; +} \ No newline at end of file diff --git a/app/space/[id]/page.js b/app/space/[id]/page.js index 18d7c5f..cf4141d 100644 --- a/app/space/[id]/page.js +++ b/app/space/[id]/page.js @@ -350,7 +350,7 @@ export default function PersonSpace() {