mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
修复日志弹框样式
This commit is contained in:
+12
-3
@@ -14,9 +14,18 @@ body {
|
||||
background-color: rgb(248, 248, 248);
|
||||
}
|
||||
|
||||
.log-modal .ant-modal {
|
||||
padding-bottom: 0 !important;
|
||||
width: 580px !important;
|
||||
.log-modal {
|
||||
.ant-modal {
|
||||
padding-bottom: 0 !important;
|
||||
width: 580px !important;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: break-spaces;
|
||||
line-height: 17px;
|
||||
margin-bottom: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.monaco-editor:not(.rename-box) {
|
||||
|
||||
Reference in New Issue
Block a user