优化获取昵称修改状态的时机

This commit is contained in:
2025-12-03 15:44:41 +08:00
parent 7c1a1fafc1
commit b77b4b0536
9 changed files with 160 additions and 128 deletions

View File

@@ -4,7 +4,7 @@
position: fixed;
z-index: 9999 !important;
&:global(.nut-popup-bottom.nut-popup-round) {
border-radius: 20px 20px 0 0!important;
border-radius: 20px 20px 0 0 !important;
}
.common-popup__drag-handle-container {
position: position;
@@ -22,8 +22,8 @@
display: flex;
justify-content: center;
align-items: flex-start;
&::before{
content: '';
&::before {
content: "";
width: 32px;
height: 4px;
background-color: rgba(22, 24, 35, 0.2);
@@ -105,7 +105,7 @@
padding: 8px 10px 0 10px;
display: flex;
gap: 8px;
background: #fff;
background: #fafafa;
padding-bottom: max(10px, env(safe-area-inset-bottom));
}