feat: 新增登录功能交互

This commit is contained in:
duanshuwen
2025-07-26 17:57:25 +08:00
parent 5321b27176
commit 00c2b9e2d7
20 changed files with 393 additions and 100 deletions

View File

@@ -0,0 +1,10 @@
.checkbox-wrapper {
display: flex;
align-items: center;
.checkbox-icon {
width: 20px;
height: 20px;
margin-right: 8px;
}
}