发布
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.publish-popup {
|
||||
padding: 32px 24px 0;
|
||||
background: #f7f8fa;
|
||||
z-index: 9999;
|
||||
border-radius: 24px 24px 0 0;
|
||||
|
||||
.popup-header {
|
||||
|
||||
@@ -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'>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user