From 60beebcb4c1dba404aa36c6054090d9fe1b7253d Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:55:38 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=97=A5=E5=BF=97=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4=20(#6774)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/log-file/index.vue | 8 +++++++- frontend/src/lang/modules/en.ts | 2 +- frontend/src/lang/modules/tw.ts | 2 +- frontend/src/lang/modules/zh.ts | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) 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 19875d73c..f5f2342ca 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -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', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 886f27f57..53a22e88e 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1781,7 +1781,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 d0b9db0bd..6db1a9b6b 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1783,7 +1783,7 @@ const message = { applySSL: '证书申请', SSLList: '证书列表', createDnsAccount: 'DNS账户', - aliyun: '阿里云DNS', + aliyun: '阿里云', manual: '手动解析', key: '密钥', check: '查看',