修复错误日志样式

This commit is contained in:
whyour 2023-05-10 23:01:51 +08:00
parent 65eb9c806d
commit 70d0c71414

View File

@ -45,9 +45,10 @@
}
.log {
height: calc(100vh - 150px);
height: calc(90vh - 150px);
overflow-y: auto;
padding: 12px;
white-space: pre-line;
}
}
}