@@ -65,8 +65,8 @@ onUnmounted(() => {
.left-box {
position: fixed;
top: 30px;
- /* max-height: 627px; */
- bottom: 1em;
+ max-height: 627px;
+ /* bottom: 1em; */
overflow-y: auto;
}
@@ -36,7 +36,7 @@ const ctx = ctxRef(new Context())
<DefinitionTable>
<tbody>
<tr>
- <td class="title">已绑定的域名</td>
+ <td class="title items-center">已绑定的域名</td>
<td>
<ServerNameBox :v-server-names="ctx.serverNames"></ServerNameBox>
</td>