chore: format

This commit is contained in:
xiaojunnuo
2026-05-31 01:50:35 +08:00
parent 94459fe922
commit 4b49f8a5a6
2 changed files with 16 additions and 17 deletions
@@ -68,11 +68,10 @@ footer {
padding-inline-end: calc(3em + 8px); padding-inline-end: calc(3em + 8px);
} }
.ant-progress .ant-progress-text {
.ant-progress .ant-progress-text{ width: 3em;
width:3em;
} }
.ant-input-number{ .ant-input-number {
min-width: 150px; min-width: 150px;
} }
@@ -11,25 +11,25 @@ metadata:
input: input:
endpoint: endpoint:
type: string, type: string,
title: '证书服务接入点', title: "证书服务接入点"
helper: '不会选就按默认', helper: "不会选就按默认"
value: 'cas.aliyuncs.com', value: "cas.aliyuncs.com"
component: component:
name: 'a-select', name: "a-select"
options: options:
- value: 'cas.aliyuncs.com' - value: "cas.aliyuncs.com"
label: '中国大陆' label: "中国大陆"
required: true, required: true,
cert: cert:
type: string, type: string,
title: '域名证书', title: "域名证书"
helper: '请选择前置任务输出的域名证书', helper: "请选择前置任务输出的域名证书"
component: component:
name: 'output-selector', name: "output-selector"
from: from:
- 'group:cert_apply', - "group:cert_apply"
- 'xxx', - "xxx"
required: true, required: true,
script: | script: |
@@ -47,4 +47,4 @@ script: |
endpoint: this.endpoint || 'cas.aliyuncs.com', endpoint: this.endpoint || 'cas.aliyuncs.com',
}); });
} }
} }