Compare commits

...

2 Commits

Author SHA1 Message Date
admin 4176805099 Merge remote-tracking branch 'origin/develop' into develop 2024-11-18 15:21:52 +08:00
admin 74f6c3026c 1. 首页新增下载链接优化 2024-11-18 15:21:31 +08:00
1 changed files with 2 additions and 1 deletions

View File

@ -283,6 +283,7 @@ function checkCapslock({ shiftKey, key }: { shiftKey: boolean; key: string }) {
} }
} }
.login-form { .login-form {
position: relative;
box-sizing: border-box; box-sizing: border-box;
width: 462px; width: 462px;
padding: 50px 30px; padding: 50px 30px;
@ -290,7 +291,7 @@ function checkCapslock({ shiftKey, key }: { shiftKey: boolean; key: string }) {
font-size: 17px; font-size: 17px;
.tools-download{ .tools-download{
position: absolute; position: absolute;
right: 10px; right: 30px;
bottom: 10px; bottom: 10px;
font-size: 12px; font-size: 12px;
} }