增加左侧日志筛选 (#241)

* 增加左侧日志筛选

Co-authored-by: 周腾 <zhout@olymtech.com>
This commit is contained in:
zt8989
2021-06-06 15:28:03 +08:00
committed by GitHub
parent ce323d0703
commit 6549eeaf10
5 changed files with 146 additions and 31 deletions
+4
View File
@@ -1,3 +1,4 @@
@import '~@/styles/variable.less';
body {
height: 100%;
overflow-y: hidden;
@@ -55,10 +56,13 @@ body {
.ant-pro-grid-content.wide .ant-pro-page-container-children-content {
height: calc(100vh - 184px);
height: calc(100vh - var(--vh-offset, 0px) - 184px);
margin-left: 0;
margin-right: 0;
}
.CodeMirror {
height: calc(100vh - 216px);
height: calc(100vh - var(--vh-offset, 0px) - 216px);
width: calc(100vw - 32px);
}
}
.CodeMirror {