修改了参数管理的页面高度

This commit is contained in:
CGD
2025-04-15 08:24:06 +08:00
parent b15c59aa48
commit e528510f5c
@@ -298,10 +298,14 @@ export default {
.main-wrapper { .main-wrapper {
margin: 5px 22px; margin: 5px 22px;
border-radius: 15px; border-radius: 15px;
min-height: 600px; min-height: calc(100vh - 350px);
height: auto;
max-height: 80vh;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
position: relative; position: relative;
background: rgba(237, 242, 255, 0.5); background: rgba(237, 242, 255, 0.5);
display: flex;
flex-direction: column;
} }
.operation-bar { .operation-bar {