Commit 5a7fb7c0 by qinjianhui

fix: 发货单样式修改

parent 5389dcb1
...@@ -942,5 +942,6 @@ const cancelOrder = async (id: number) => { ...@@ -942,5 +942,6 @@ const cancelOrder = async (id: number) => {
<style> <style>
.send-order-dialog .el-dialog__body { .send-order-dialog .el-dialog__body {
height: 600px; height: 600px;
overflow: auto;
} }
</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