1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00

style: 调整证书编辑页面样式 (#4934)

This commit is contained in:
zhengkunwang 2024-05-09 11:04:23 +08:00 committed by GitHub
parent c6e1bb5245
commit 0a426f3cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 2 deletions

View File

@ -2066,6 +2066,7 @@ const message = {
disableCNAMEHelper: 'Domain name with CNAME configuration, if the application fails, you can check here',
nameserver: 'DNS server',
nameserverHelper: 'Use a custom DNS server to verify domain names',
edit: 'Edit certificate',
},
firewall: {
create: 'Create rule',

View File

@ -1933,6 +1933,7 @@ const message = {
disableCNAMEHelper: ' CNAME 配置的域名如果申請失敗可以勾選此處',
nameserver: 'DNS 伺服器',
nameserverHelper: '使用自訂的 DNS 伺服器來校驗網域名稱',
edit: '編輯證書',
},
firewall: {
create: '創建規則',

View File

@ -1933,6 +1933,7 @@ const message = {
disableCNAMEHelper: ' CNAME 配置的域名如果申请失败可以勾选此处',
nameserver: 'DNS 服务器',
nameserverHelper: '使用自定义的 DNS 服务器来校验域名',
edit: '编辑证书',
},
firewall: {
create: '创建规则',

View File

@ -1,7 +1,7 @@
<template>
<el-drawer :close-on-click-modal="false" v-model="open" size="50%">
<template #header>
<DrawerHeader :header="$t('ssl.create')" :back="handleClose" />
<DrawerHeader :header="$t('ssl.' + operate)" :back="handleClose" />
</template>
<el-row v-loading="loading">
<el-col :span="22" :offset="1">
@ -40,7 +40,7 @@
:value="acme.id"
>
<el-row>
<el-col :span="6">
<el-col :span="11">
<span>{{ acme.email }}</span>
</el-col>
<el-col :span="11">