Skip to content

Commit

Permalink
fix: 修复全屏模式错位问题
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed May 6, 2023
1 parent a788977 commit 748838a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/fast-crud/src/components/crud/fs-form-wrapper.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
left: 0;
display: flex;
flex-direction: column;
padding: 24px;
>*{
margin:24px;
}
.fs-form-body {
flex: 1;
overflow: auto;
Expand Down Expand Up @@ -162,4 +164,4 @@
.ant-modal-wrap {
position: absolute;
}
}
}

0 comments on commit 748838a

Please sign in to comment.