发布
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
.publish-popup {
|
.publish-popup {
|
||||||
padding: 32px 24px 0;
|
padding: 32px 24px 0;
|
||||||
background: #f7f8fa;
|
background: #f7f8fa;
|
||||||
|
z-index: 9999;
|
||||||
border-radius: 24px 24px 0 0;
|
border-radius: 24px 24px 0 0;
|
||||||
|
|
||||||
.popup-header {
|
.popup-header {
|
||||||
|
|||||||
@@ -29,8 +29,10 @@ export default function PublishPopup({ visible, onClose, onSelect }: PublishPopu
|
|||||||
show={visible}
|
show={visible}
|
||||||
position='bottom'
|
position='bottom'
|
||||||
round
|
round
|
||||||
|
rootPortal
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
closeable
|
closeable
|
||||||
|
overlayStyle={{ backgroundColor: 'rgba(0,0,0,0.5)' }}
|
||||||
>
|
>
|
||||||
<View className='publish-popup'>
|
<View className='publish-popup'>
|
||||||
<View className='popup-header'>
|
<View className='popup-header'>
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
height: 100px;
|
|
||||||
background: rgba(255, 255, 255, 0.85);
|
background: rgba(255, 255, 255, 0.85);
|
||||||
backdrop-filter: blur(20px);
|
backdrop-filter: blur(20px);
|
||||||
-webkit-backdrop-filter: blur(20px);
|
-webkit-backdrop-filter: blur(20px);
|
||||||
|
|||||||
Reference in New Issue
Block a user