style: 日志样式调整 (#6774)

This commit is contained in:
zhengkunwang
2024-10-18 08:55:38 +00:00
committed by GitHub
parent fa03b4226a
commit 60beebcb4c
4 changed files with 10 additions and 4 deletions
+7 -1
View File
@@ -290,7 +290,7 @@ defineExpose({ changeTail, onDownload, clearLog });
overflow-y: auto;
overflow-x: auto;
position: relative;
background-color: #121212;
background-color: #1e1e1e;
margin-top: 10px;
}
@@ -307,4 +307,10 @@ defineExpose({ changeTail, onDownload, clearLog });
box-sizing: border-box;
white-space: nowrap;
}
.log-item span {
font-size: 14px;
font-weight: 300;
color: #cccccc;
}
</style>
+1 -1
View File
@@ -1918,7 +1918,7 @@ const message = {
applySSL: 'Certificate Application',
SSLList: 'Certificate List',
createDnsAccount: 'DNS Account',
aliyun: 'Aliyun DNS',
aliyun: 'Aliyun',
manual: 'Manual parsing',
key: 'Key',
check: 'View',
+1 -1
View File
@@ -1781,7 +1781,7 @@ const message = {
applySSL: '證書申請',
SSLList: '證書列表',
createDnsAccount: 'DNS賬戶',
aliyun: '阿裏雲DNS',
aliyun: '阿裏雲',
manual: '手動解析',
key: '密鑰',
check: '查看',
+1 -1
View File
@@ -1783,7 +1783,7 @@ const message = {
applySSL: '证书申请',
SSLList: '证书列表',
createDnsAccount: 'DNS账户',
aliyun: '阿里云DNS',
aliyun: '阿里云',
manual: '手动解析',
key: '密钥',
check: '查看',