feat: 新增修改手机号、修改邮箱、修改密码、修改基本信息

This commit is contained in:
2024-04-27 15:05:00 +08:00
parent 136f07c8e4
commit 99498a3e54
14 changed files with 394 additions and 188 deletions

View File

@@ -313,6 +313,12 @@
.btn {
height: 28px;
width: 56px;
&:hover {
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
border-color: rgb(var(--primary-5));
color: var(--color-text-2);
}
}
}
}