diff --git a/pages/returnInventory/index.vue b/pages/returnInventory/index.vue index 693cd4a..90d0063 100644 --- a/pages/returnInventory/index.vue +++ b/pages/returnInventory/index.vue @@ -527,11 +527,12 @@ export default { } .uPopup { width: 90vw; - min-height: 80vh; + height: 80vh; background-color: #fff; border-radius: 8px; padding: 15px; box-sizing: border-box; + overflow-y: auto; .pop-title { font-size: 16px; font-weight: 800; @@ -545,6 +546,7 @@ export default { bottom: 0px; width: calc(90vw - 30px); display: flex; + background-color: #fff; } }