From 118816019d2d340f472e4057ff7b3ed644b7d395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Mon, 20 Feb 2023 10:43:32 +0800 Subject: [PATCH] 2/20 --- src/views/main/BookingLedger/list/index.vue | 5 ++--- src/views/main/PrinttemplateRight/addForm.vue | 14 +++++++++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index b4fc075..773e88b 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -1841,16 +1841,15 @@ export default { @media (min-width: 1192px) and (max-width: 1591px) { .booking-from-box { padding-right: 24px; - /deep/ .ant-calendar-picker-icon{ + /deep/ .ant-calendar-picker-icon { display: none; } } } .booking-from-box { - /deep/ .ant-calendar-picker-icon{ + /deep/ .ant-calendar-picker-icon { margin-top: -4px !important; } } - diff --git a/src/views/main/PrinttemplateRight/addForm.vue b/src/views/main/PrinttemplateRight/addForm.vue index 865a484..a6f4875 100644 --- a/src/views/main/PrinttemplateRight/addForm.vue +++ b/src/views/main/PrinttemplateRight/addForm.vue @@ -11,7 +11,7 @@ - + + + {{ item.name }} + + + --> + + {{ item.name }} @@ -139,7 +148,6 @@ export default { // values[key] = JSON.stringify(values[key]) // } // } - console.log(values) BookingTemplateAddPrinttemplateRight(values) .then(res => { if (res.success) {