修复日志样式

This commit is contained in:
whyour
2022-11-28 23:59:23 +08:00
parent 1446e925ec
commit b98b7646cb
3 changed files with 6 additions and 9 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
}
.ant-modal-body {
max-height: calc(85vh - 110px);
max-height: calc(85vh - var(--vh-offset, 110px));
max-height: calc(80vh - 110px);
max-height: calc(80vh - var(--vh-offset, 110px));
overflow-y: auto;
}