跳转单据界面的时间的宽度

This commit is contained in:
jishenghua
2024-11-03 17:45:50 +08:00
parent 8197ef78a3
commit 800cf85f39
8 changed files with 19 additions and 13 deletions

View File

@@ -41,7 +41,12 @@
margin-bottom: 12px;
}
/*全屏模式*/
.ant-modal-cust-warp .fullscreen >.ant-modal-body {
.ant-modal-cust-warp .fullscreen >.ant-modal-content {
height: 100vh;
border-radius: 0;
}
/*全屏模式*/
.ant-modal-cust-warp .fullscreen >.ant-modal-content >.ant-modal-body {
padding: 24px 24px 12px 24px;
height: calc(100% - 200px) !important;
overflow-y: auto