优化登录页大背景图片文件,加快页面加载 (#660)

* update:优化说明文档

* update:优化登录页大背景图片文件,加快页面加载
This commit is contained in:
hrz
2025-04-03 17:40:53 +08:00
committed by GitHub
parent 4553188739
commit b042a34726
20 changed files with 39 additions and 141 deletions
+13
View File
@@ -27,6 +27,19 @@ nav {
}
}
.copyright {
text-align: center;
color:rgb(0, 0, 0);
font-size: 12px;
font-weight: 400;
margin-top: auto;
padding: 30px 0 20px;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
}
.el-message {
top: 45px !important;
}