修改任务日志自动滚动逻辑

This commit is contained in:
whyour
2023-02-05 20:57:37 +08:00
parent 518436d5ca
commit 0144f3b131
6 changed files with 68 additions and 31 deletions
+12
View File
@@ -179,3 +179,15 @@ tr.drop-over-upward td {
margin-left: 40px;
}
}
.log-modal {
.log-container {
overflow-y: auto;
min-height: 300px;
max-height: calc(80vh - 110px);
max-height: calc(80vh - var(--vh-offset, 110px));
padding: 24px;
margin: -24px;
}
}