1. 首页新增下载链接优化

develop
admin 2024-11-18 15:21:31 +08:00
parent 76e3102e64
commit 74f6c3026c
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;
} }