style(项目设置): 环境组布局样式调整

This commit is contained in:
fit2-zhao 2024-03-04 15:57:54 +08:00 committed by Craftsman
parent 455ca06ea5
commit 78302c9927
2 changed files with 7 additions and 2 deletions

View File

@ -178,12 +178,16 @@
<style lang="less" scoped>
.page {
position: relative;
transform: scale3d(1, 1, 1);
height: 100%;
.header {
overflow-y: auto;
padding: 24px 24px 0;
max-height: calc(100% - 100px);
background-color: #ffffff;
}
.footer {
gap: 16px;
position: fixed;
right: 0;
bottom: 0;
@ -191,7 +195,9 @@
display: flex;
justify-content: flex-end;
padding: 24px;
background-color: #ffffff;
box-shadow: 0 -1px 4px rgb(2 2 2 / 10%);
gap: 16px;
}
}
</style>

View File

@ -527,7 +527,6 @@
.page {
@apply bg-white;
min-width: 1000px;
height: calc(100vh - 88px);
border-radius: var(--border-radius-large);
}