修改日志弹框样式

This commit is contained in:
whyour
2023-08-16 22:14:45 +08:00
parent 637874e426
commit b40673e9ac
6 changed files with 11 additions and 27 deletions
-12
View File
@@ -186,18 +186,6 @@ tr.drop-over-upward td {
}
}
.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;
}
}
body[data-mode='desktop'] {
.crontab-wrapper {
tbody .ant-table-cell {