This commit is contained in:
liu
2026-07-02 00:03:38 +08:00
parent cdd91f083b
commit 85c83a1422
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
.publish-popup {
padding: 32px 24px 0;
background: #f7f8fa;
z-index: 9999;
border-radius: 24px 24px 0 0;
.popup-header {
+2
View File
@@ -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)' }}
>
<View className='publish-popup'>
<View className='popup-header'>
-1
View File
@@ -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);