From effe42528ad10ffc832b547c5cb69a4eda58da71 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 7 Aug 2024 10:20:57 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug88153?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/AddForm.vue | 13 +++++++------ src/components/selection/UserSelectModal.vue | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index 7983bdf..3a326e5 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -646,13 +646,14 @@ export default { .form-flex-item-half { width: calc((100% - 10px) / 2); + margin: 0 2px; } -.form-flex-item-half:nth-child(2n+1) { - margin-right: 5px; -} -.form-flex-item-half:nth-child(2n) { - margin-left: 5px; -} +//.form-flex-item-half:nth-child(2n+1) { +// margin-right: 5px; +//} +//.form-flex-item-half:nth-child(2n) { +// margin-left: 5px; +//} .form-flex-item-line { width: 100%; diff --git a/src/components/selection/UserSelectModal.vue b/src/components/selection/UserSelectModal.vue index f4f10c3..87227d0 100644 --- a/src/components/selection/UserSelectModal.vue +++ b/src/components/selection/UserSelectModal.vue @@ -545,7 +545,7 @@ export default { min-width: 70px !important; } -/deep/ .ant-table-header { +/deep/ .ant-table-hide-scrollbar { margin-right: -8px; }