Commit 2cd8e045 by wusiyi

fix: 修复播种墙配货弹窗被遮挡的问题

parent 103ee4cc
...@@ -1128,10 +1128,13 @@ const handleWarehouseChange = (value: string | number) => { ...@@ -1128,10 +1128,13 @@ const handleWarehouseChange = (value: string | number) => {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: calc(100% - 60px); height: calc(100% - 60px);
width: calc(100% - 40px);
margin-left: 0;
} }
.el-dialog__body { .el-dialog__body {
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;
display: flex;
} }
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment