style(项目设置): 环境组布局样式调整
This commit is contained in:
parent
455ca06ea5
commit
78302c9927
|
@ -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>
|
||||
|
|
|
@ -527,7 +527,6 @@
|
|||
.page {
|
||||
@apply bg-white;
|
||||
|
||||
min-width: 1000px;
|
||||
height: calc(100vh - 88px);
|
||||
border-radius: var(--border-radius-large);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue