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; }