From 5b5f115e0dbca55a1e15140632a95e0e9e91b912 Mon Sep 17 00:00:00 2001 From: liuxiaoxue <1126966868@qq.com> Date: Wed, 4 Jan 2023 15:10:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E8=88=B1=E5=A4=87=E6=B3=A8=E5=92=8C?= =?UTF-8?q?=E6=88=AA=E5=8D=95=E5=A4=87=E6=B3=A8=E9=97=B4=E8=B7=9D=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/BookingLedger/detail/modules/mailingInfo.vue | 3 +++ .../main/BookingLedger/detail/modules/remarksInfo.vue | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue index 4e9825b..39d19d9 100644 --- a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue @@ -1733,6 +1733,9 @@ export default { height: 32px; margin-left: 10px; margin-right: 10px; + span{ + margin-left: 4px !important; + } } .right { float: right; diff --git a/src/views/main/BookingLedger/detail/modules/remarksInfo.vue b/src/views/main/BookingLedger/detail/modules/remarksInfo.vue index c4c489d..9bfb23e 100644 --- a/src/views/main/BookingLedger/detail/modules/remarksInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/remarksInfo.vue @@ -104,4 +104,11 @@ export default { left: 0; } } +/deep/ .ant-card-body{ + padding-top: 5px; + padding-bottom: 10px; +} +.ant-form-item{ + margin-bottom: 0px !important; +}