mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修改日志弹框样式
This commit is contained in:
+10
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user