update: 优化页面主体内容区域适配

This commit is contained in:
zhuoqinglian
2026-03-25 09:26:33 +08:00
parent 3aecb99f70
commit 4d8279d916
19 changed files with 74 additions and 78 deletions
+5 -6
View File
@@ -28,17 +28,16 @@ nav {
}
.copyright {
text-align: center;
padding: 0 !important;
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%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.el-message {