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
@@ -1127,11 +1127,10 @@ export default {
}
.main-wrapper {
margin: 5px 22px;
// 顶部 63px 底部 35px 查询58px
height: calc(100vh - 63px - 35px - 58px);
margin: 0 22px;
border-radius: 15px;
min-height: calc(100vh - 24vh);
height: auto;
max-height: 80vh;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
position: relative;
background: rgba(237, 242, 255, 0.5);