feat: login rest

This commit is contained in:
Blizzard
2026-02-12 09:26:39 +08:00
parent e97fd30fa3
commit 5553e2711a
115 changed files with 4090 additions and 3499 deletions
+21
View File
@@ -621,3 +621,24 @@
box-shadow: 0 4rpx 12rpx rgba(0,0,0,0.02);
margin-bottom: 40rpx;
}
/* Avatar Button Reset */
button.edit-row.avatar-btn {
background: transparent;
padding-left: 0;
padding-right: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
line-height: inherit;
font-size: inherit;
border-radius: 0;
text-align: left;
}
button.edit-row.avatar-btn::after {
border: none;
display: none;
}