整理测试代码并清理文档引用

This commit is contained in:
Cheng Zhou
2026-06-22 17:27:11 +08:00
parent 6056c8364a
commit c351ca59c4
75 changed files with 15 additions and 4415 deletions
+2 -3
View File
@@ -305,9 +305,8 @@ const onSubmit = async () => {
.login-container {
position: relative;
z-index: 10;
width: 100%;
max-width: 440px;
padding: 0 20px;
width: clamp(480px, 34vw, 560px);
max-width: calc(100vw - 40px);
}
.login-card {