From 85c83a142214d0cc04ed41c75720cc63d94c7d14 Mon Sep 17 00:00:00 2001 From: liu <2302563948@qq.com> Date: Thu, 2 Jul 2026 00:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PublishPopup/index.less | 1 + src/components/PublishPopup/index.tsx | 2 ++ src/custom-tab-bar/index.less | 1 - 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/PublishPopup/index.less b/src/components/PublishPopup/index.less index 2ea567e..b783408 100644 --- a/src/components/PublishPopup/index.less +++ b/src/components/PublishPopup/index.less @@ -1,6 +1,7 @@ .publish-popup { padding: 32px 24px 0; background: #f7f8fa; + z-index: 9999; border-radius: 24px 24px 0 0; .popup-header { diff --git a/src/components/PublishPopup/index.tsx b/src/components/PublishPopup/index.tsx index 197a4d1..7cb4139 100644 --- a/src/components/PublishPopup/index.tsx +++ b/src/components/PublishPopup/index.tsx @@ -29,8 +29,10 @@ export default function PublishPopup({ visible, onClose, onSelect }: PublishPopu show={visible} position='bottom' round + rootPortal onClose={onClose} closeable + overlayStyle={{ backgroundColor: 'rgba(0,0,0,0.5)' }} > diff --git a/src/custom-tab-bar/index.less b/src/custom-tab-bar/index.less index 061c45b..e8bd888 100644 --- a/src/custom-tab-bar/index.less +++ b/src/custom-tab-bar/index.less @@ -6,7 +6,6 @@ display: flex; align-items: flex-start; justify-content: space-around; - height: 100px; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);