Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test

This commit is contained in:
rd
2025-09-18 10:09:47 +08:00

View File

@ -231,7 +231,6 @@ const handleSubAccountClick = (item) => {
.ant-dropdown-menu-item { .ant-dropdown-menu-item {
padding: 0 12px; padding: 0 12px;
margin-bottom: 8px;
font-family: $font-family-regular; font-family: $font-family-regular;
color: var(--Text-1, #211f24); color: var(--Text-1, #211f24);
font-size: 14px; font-size: 14px;
@ -239,6 +238,10 @@ const handleSubAccountClick = (item) => {
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
&:not(:last-child) {
margin-bottom: 8px;
}
.ant-dropdown-menu-title-content { .ant-dropdown-menu-title-content {
display: flex; display: flex;
height: 32px; height: 32px;