修复定时任务日志滚动

This commit is contained in:
whyour
2023-09-27 23:04:16 +08:00
parent eddc03e295
commit d3023d31e3
3 changed files with 26 additions and 7 deletions
+4
View File
@@ -24,6 +24,10 @@ body {
-webkit-overflow-scrolling: touch;
}
.ant-modal-header {
padding-right: 54px;
}
.ant-modal-body {
max-height: calc(80vh - 110px);
max-height: calc(80vh - var(--vh-offset, 110px));