diff --git a/packages/ui/certd-client/src/style/antdv4.less b/packages/ui/certd-client/src/style/antdv4.less index 539b39ea2..522f3b8fc 100644 --- a/packages/ui/certd-client/src/style/antdv4.less +++ b/packages/ui/certd-client/src/style/antdv4.less @@ -68,11 +68,10 @@ footer { padding-inline-end: calc(3em + 8px); } - -.ant-progress .ant-progress-text{ - width:3em; +.ant-progress .ant-progress-text { + width: 3em; } -.ant-input-number{ +.ant-input-number { min-width: 150px; -} \ No newline at end of file +} diff --git a/packages/ui/certd-client/src/views/sys/plugin/demo/plugin.yaml b/packages/ui/certd-client/src/views/sys/plugin/demo/plugin.yaml index 763c52512..b5e3cf702 100644 --- a/packages/ui/certd-client/src/views/sys/plugin/demo/plugin.yaml +++ b/packages/ui/certd-client/src/views/sys/plugin/demo/plugin.yaml @@ -11,25 +11,25 @@ metadata: input: endpoint: type: string, - title: '证书服务接入点', - helper: '不会选就按默认', - value: 'cas.aliyuncs.com', + title: "证书服务接入点" + helper: "不会选就按默认" + value: "cas.aliyuncs.com" component: - name: 'a-select', + name: "a-select" options: - - value: 'cas.aliyuncs.com' - label: '中国大陆' + - value: "cas.aliyuncs.com" + label: "中国大陆" required: true, cert: type: string, - title: '域名证书', - helper: '请选择前置任务输出的域名证书', + title: "域名证书" + helper: "请选择前置任务输出的域名证书" component: - name: 'output-selector', + name: "output-selector" from: - - 'group:cert_apply', - - 'xxx', + - "group:cert_apply" + - "xxx" required: true, script: | @@ -47,4 +47,4 @@ script: | endpoint: this.endpoint || 'cas.aliyuncs.com', }); } - } \ No newline at end of file + }