mirror of
https://gitee.com/fit2cloud-feizhiyun/1Panel.git
synced 2024-12-02 03:48:02 +08:00
style: 日志样式调整 (#6774)
This commit is contained in:
parent
fa03b4226a
commit
60beebcb4c
@ -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>
|
||||
|
@ -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',
|
||||
|
@ -1781,7 +1781,7 @@ const message = {
|
||||
applySSL: '證書申請',
|
||||
SSLList: '證書列表',
|
||||
createDnsAccount: 'DNS賬戶',
|
||||
aliyun: '阿裏雲DNS',
|
||||
aliyun: '阿裏雲',
|
||||
manual: '手動解析',
|
||||
key: '密鑰',
|
||||
check: '查看',
|
||||
|
@ -1783,7 +1783,7 @@ const message = {
|
||||
applySSL: '证书申请',
|
||||
SSLList: '证书列表',
|
||||
createDnsAccount: 'DNS账户',
|
||||
aliyun: '阿里云DNS',
|
||||
aliyun: '阿里云',
|
||||
manual: '手动解析',
|
||||
key: '密钥',
|
||||
check: '查看',
|
||||
|
Loading…
Reference in New Issue
Block a user