From 57b41ca65c32b823f2fc3dbf5a7394ddd9159f3b Mon Sep 17 00:00:00 2001 From: lilu Date: Tue, 10 Jan 2023 14:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/BookingLedger/detail/index.vue | 10 ++++++---- .../main/BookingLedger/detail/modules/basicInfo.vue | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/views/main/BookingLedger/detail/index.vue b/src/views/main/BookingLedger/detail/index.vue index fe7d39d..77af4f3 100644 --- a/src/views/main/BookingLedger/detail/index.vue +++ b/src/views/main/BookingLedger/detail/index.vue @@ -1414,20 +1414,22 @@ export default { } /deep/ form .has-success .ant-input{ padding-right: 0 !important; - background: #f99 !important; } /deep/ form .has-error .ant-input{ padding-right: 0 !important; - background: #f99 !important; } /deep/ form .has-success .ant-calendar-picker-input{ padding-right: 0 !important; - background: #f99 !important; } /deep/ form .has-feedback .ant-input{ padding-right: 10px !important; - background: #f99 !important; } + +/deep/ .ant-select-selection__clear{ + margin-top: -3px !important; + right: 16px !important; +} + diff --git a/src/views/main/BookingLedger/detail/modules/basicInfo.vue b/src/views/main/BookingLedger/detail/modules/basicInfo.vue index ecc5744..dcb6a0a 100644 --- a/src/views/main/BookingLedger/detail/modules/basicInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/basicInfo.vue @@ -603,6 +603,7 @@ export default { data() { return { type: this.$route.query.type, + basicDetails: JSON.parse(JSON.stringify(this.details)), labelCol: { xs: { span: 24 }, sm: { span: 8 }, @@ -1611,21 +1612,22 @@ export default { /deep/ form .has-success .ant-input{ padding-right: 0 !important; - background: #f99 !important; } /deep/ form .has-error .ant-input{ padding-right: 0 !important; - background: #f99 !important; } /deep/ form .has-success .ant-calendar-picker-input{ padding-right: 0 !important; - background: #f99 !important; } /deep/ form .has-feedback input{ padding-right: 10px !important; - background: #f99 !important; +} + +/deep/ .ant-select-selection__clear{ + margin-top: -3px; + right: 16px; } // .ant-calendar-picker-input{