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

This commit is contained in:
zhengkunwang 2024-10-18 16:55:38 +08:00 committed by GitHub
parent fa03b4226a
commit 60beebcb4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 4 deletions

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>

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',

View File

@ -1781,7 +1781,7 @@ const message = {
applySSL: '證書申請',
SSLList: '證書列表',
createDnsAccount: 'DNS賬戶',
aliyun: '阿裏雲DNS',
aliyun: '阿裏雲',
manual: '手動解析',
key: '密鑰',
check: '查看',

View File

@ -1783,7 +1783,7 @@ const message = {
applySSL: '证书申请',
SSLList: '证书列表',
createDnsAccount: 'DNS账户',
aliyun: '阿里云DNS',
aliyun: '阿里云',
manual: '手动解析',
key: '密钥',
check: '查看',