feat: implement Profile in the dashboard (#19)

This commit is contained in:
Fine0830
2022-03-02 16:41:48 +08:00
committed by GitHub
parent 977ffbaf74
commit ca6d08827f
41 changed files with 2165 additions and 117 deletions

View File

@@ -30,6 +30,10 @@
overflow: hidden;
}
.wba {
word-break: break-all;
}
.cp {
cursor: pointer;
}