diff --git a/src/views/main/BookingLedger/detail/modules/operationArea.vue b/src/views/main/BookingLedger/detail/modules/operationArea.vue index 49415d8..d601781 100644 --- a/src/views/main/BookingLedger/detail/modules/operationArea.vue +++ b/src/views/main/BookingLedger/detail/modules/operationArea.vue @@ -1323,7 +1323,7 @@ export default { padding: 20px; box-sizing: border-box; background: #f7f8fe; - border: 2px dotted #cdcdcd; + border: 1px dashed #cdcdcd; p { margin: 0; &:nth-child(2) { @@ -1337,6 +1337,7 @@ export default { .PrintMainBox { max-height: 50vh; overflow-y: auto; + margin-top: 5px; .items { padding-left: 1rem; height: 2.5rem;