From fae0e2492ddd63de726e670308fd119249c03c77 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 26 Dec 2023 14:48:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E7=BB=84=E4=BB=B6=E9=97=B4=E9=97=B4=E9=9A=94=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/v-query/QueryConditionConfiguration.vue | 1 + 1 file changed, 1 insertion(+) 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%; From d110724024216ee31e23a92507148b015b5de380 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 26 Dec 2023 15:12:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E3=80=90=E5=B7=A5=E4=BD=9C=E5=8F=B0?= =?UTF-8?q?=E3=80=91=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/workbranch/ShortcutTable.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 => { } } +