优化日志显示

This commit is contained in:
ngfchl
2022-12-05 14:01:21 +08:00
parent 4c46d0d075
commit 450ce01b4f

View File

@@ -12,16 +12,18 @@
background-color: #D3DCE6;
color: #333;
text-align: center;
line-height: 200px;
line-height: 150px;
}
.logs {
color: #F2F6FC;
background-color: #1f2c39;
margin-left: 25px;
font-size: 14px;
font-family: 'Heiti SC';
line-height: 18px;
line-height: 20px;
word-break: break-word;
}
.logs > code {
}
</style>
</head>