1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

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

This commit is contained in:
zhengkunwang 2024-10-18 16:55:38 +08:00 committed by ssongliu
parent 0243a4c255
commit facea38ab7
4 changed files with 10 additions and 4 deletions

View File

@ -290,7 +290,7 @@ defineExpose({ changeTail, onDownload, clearLog });
overflow-y: auto; overflow-y: auto;
overflow-x: auto; overflow-x: auto;
position: relative; position: relative;
background-color: #121212; background-color: #1e1e1e;
margin-top: 10px; margin-top: 10px;
} }
@ -307,4 +307,10 @@ defineExpose({ changeTail, onDownload, clearLog });
box-sizing: border-box; box-sizing: border-box;
white-space: nowrap; white-space: nowrap;
} }
.log-item span {
font-size: 14px;
font-weight: 300;
color: #cccccc;
}
</style> </style>

View File

@ -1874,7 +1874,7 @@ const message = {
applySSL: 'Certificate Application', applySSL: 'Certificate Application',
SSLList: 'Certificate List', SSLList: 'Certificate List',
createDnsAccount: 'DNS Account', createDnsAccount: 'DNS Account',
aliyun: 'Aliyun DNS', aliyun: 'Aliyun',
manual: 'Manual parsing', manual: 'Manual parsing',
key: 'Key', key: 'Key',
check: 'View', check: 'View',

View File

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

View File

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