个人中心

This commit is contained in:
wangshiming
2021-11-29 15:10:39 +08:00
parent d4bd35b9df
commit 8530a23707
23 changed files with 1285 additions and 3 deletions

View File

@ -0,0 +1,11 @@
:host {
.valid-code {
position: relative;
}
.btn-code {
position: absolute;
right: 0;
top: 0;
z-index: 9;
}
}