From 26227b0b0727bf1577ffc865709677de6f14a734 Mon Sep 17 00:00:00 2001 From: liuxiaoxue <1126966868@qq.com> Date: Tue, 6 Dec 2022 11:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=BC=B9=E7=AA=97=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/BookingLedger/detail/modules/operationArea.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;