diff --git a/lib/component/form/form/form.vue b/lib/component/form/form/form.vue index 8e2431e..e6d75b0 100644 --- a/lib/component/form/form/form.vue +++ b/lib/component/form/form/form.vue @@ -358,7 +358,7 @@ //font-size: 16px; font-weight: bold; user-select: text; - margin-bottom: calc(@gap - 0px); + margin-bottom: calc(@gap - 4px); display: flex; justify-content: space-between; align-items: center;