1. 首页新增下载链接优化
parent
76e3102e64
commit
74f6c3026c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue