From b421798a1b0b8c15fa8b2fad791c05abb983d851 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 25 Oct 2024 16:51:36 +0800 Subject: [PATCH] chore: --- .../plugins/common/cert-domains-getter.vue | 18 ++++- .../plugins/common/remote-select.vue | 44 +++++++++--- .../ui/certd-client/src/style/common.less | 10 ++- .../pipeline/component/step-form/index.vue | 5 +- .../plugin/deploy-to-dcdn/index.ts | 51 +++++++++----- .../plugin/upload-to-aliyun/index.ts | 70 ++++++++++--------- 6 files changed, 137 insertions(+), 61 deletions(-) diff --git a/packages/ui/certd-client/src/components/plugins/common/cert-domains-getter.vue b/packages/ui/certd-client/src/components/plugins/common/cert-domains-getter.vue index 1b088c10..918ed97c 100644 --- a/packages/ui/certd-client/src/components/plugins/common/cert-domains-getter.vue +++ b/packages/ui/certd-client/src/components/plugins/common/cert-domains-getter.vue @@ -1,6 +1,10 @@ diff --git a/packages/ui/certd-client/src/style/common.less b/packages/ui/certd-client/src/style/common.less index 361011c2..1376517c 100644 --- a/packages/ui/certd-client/src/style/common.less +++ b/packages/ui/certd-client/src/style/common.less @@ -78,12 +78,20 @@ h1, h2, h3, h4, h5, h6 { overflow-y: auto; } - +.m-2{ + margin:2px +} +.m-3{ + margin:3px +} .mb-2 { margin-bottom: 2px; } +.mb-5 { + margin-bottom: 5px; +} .ml-5 { margin-left: 5px; } diff --git a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue index 8bb6a908..76546017 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue +++ b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue @@ -107,7 +107,7 @@