mirror of
https://github.com/certd/certd.git
synced 2026-07-17 11:37:32 +08:00
chore: format
This commit is contained in:
@@ -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',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user