修改日志弹框样式

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
+10 -3
View File
@@ -32,9 +32,16 @@ body {
}
.log-modal {
.ant-modal {
padding-bottom: 0 !important;
width: 580px !important;
&.ant-modal {
max-width: 1000px !important;
width: 80vw !important;
}
.ant-modal-body {
overflow-y: auto;
min-height: 300px;
max-height: 80vh;
max-height: calc(80vh - var(--vh-offset, 0px));
}
pre {