mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 08:33:53 +08:00
优化登录页大背景图片文件,加快页面加载 (#660)
* update:优化说明文档 * update:优化登录页大背景图片文件,加快页面加载
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user