feat: User模块UI界面搭建完成

This commit is contained in:
Jim__TT
2023-10-17 02:23:12 +08:00
parent 79d9099237
commit b4545ec182
12 changed files with 511 additions and 45 deletions

View File

@@ -0,0 +1,9 @@
.add-content {
display: flex;
margin-left: 12px;
margin-top: 20px;
button:focus,
button:focus-visible {
outline: none;
}
}