diff --git a/frontend/src/components/log-file/index.vue b/frontend/src/components/log-file/index.vue index 7297d0be7..f5447ec28 100644 --- a/frontend/src/components/log-file/index.vue +++ b/frontend/src/components/log-file/index.vue @@ -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; +} diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 202139e50..9baeb73ab 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1874,7 +1874,7 @@ const message = { applySSL: 'Certificate Application', SSLList: 'Certificate List', createDnsAccount: 'DNS Account', - aliyun: 'Aliyun DNS', + aliyun: 'Aliyun', manual: 'Manual parsing', key: 'Key', check: 'View', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index af80c64c4..aaac76a59 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1740,7 +1740,7 @@ const message = { applySSL: '證書申請', SSLList: '證書列表', createDnsAccount: 'DNS賬戶', - aliyun: '阿裏雲DNS', + aliyun: '阿裏雲', manual: '手動解析', key: '密鑰', check: '查看', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index acc90d3ba..1687d9f99 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1742,7 +1742,7 @@ const message = { applySSL: '证书申请', SSLList: '证书列表', createDnsAccount: 'DNS账户', - aliyun: '阿里云DNS', + aliyun: '阿里云', manual: '手动解析', key: '密钥', check: '查看',