整理测试代码并清理文档引用
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user