修复任务实时日志样式

This commit is contained in:
hanhh 2021-05-25 18:16:53 +08:00
parent fefe7782a9
commit 99085e5c95

View File

@ -81,8 +81,8 @@ body {
.log-modal-code {
.CodeMirror-sizer {
width: 500px;
transform: scale(0.9);
width: 380px;
transform: scale(0.83);
transform-origin: top left;
min-height: auto;
}