diff --git a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue index 053ef16c92..536a1dbef1 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -1627,6 +1627,7 @@ defineExpose({ .parameters { margin-left: auto; + margin-top: 8px; .w100 { width: 100%; diff --git a/core/core-frontend/src/views/workbranch/ShortcutTable.vue b/core/core-frontend/src/views/workbranch/ShortcutTable.vue index ddbbbe4f5b..5cbc01c038 100644 --- a/core/core-frontend/src/views/workbranch/ShortcutTable.vue +++ b/core/core-frontend/src/views/workbranch/ShortcutTable.vue @@ -344,6 +344,10 @@ const getEmptyDesc = (): string => { .select-type-list { width: 104px; + :deep(.ed-input__wrapper) { + padding-left: 11px; + padding-right: 11px; + } } &.expand { @@ -409,3 +413,9 @@ const getEmptyDesc = (): string => { } } +