This commit is contained in:
xiaojunnuo
2024-10-10 02:34:35 +08:00
parent 1d48dcc004
commit 722557fd14
4 changed files with 7 additions and 4 deletions
@@ -15,6 +15,7 @@
</td>
<td class="center">
<a-button v-if="cnameRecord.status !== 'valid'" type="primary" size="small" :loading="loading" @click="doVerify">点击验证</a-button>
<div v-else class="helper">不要删除CNAME</div>
</td>
</tr>
</tbody>
@@ -3,9 +3,9 @@
<thead>
<tr>
<td style="width: 160px">主机记录</td>
<td style="width: 250px">请设置CNAME记录设置以后不要删除</td>
<td style="width: 250px">请设置CNAME记录验证成功以后不要删除</td>
<td style="width: 120px" class="center">状态</td>
<td style="width: 80px" class="center">验证</td>
<td style="width: 80px" class="center">操作</td>
</tr>
</thead>
<template v-for="key in domains" :key="key">
@@ -230,8 +230,10 @@ watch(
height: 100%;
background-color: rgba(74, 74, 74, 0.78);
z-index: 1000;
padding: 100px;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
.plan-wrapper {
width: 1400px;
margin: auto;