修复添加定时任务插入顺序

ql repo拉取失败自动删除目录重新拉取一次
This commit is contained in:
hanhh
2021-08-12 00:00:39 +08:00
parent 8be71b129a
commit d06fccd0d1
10 changed files with 50 additions and 200 deletions
+19 -10
View File
@@ -131,6 +131,25 @@ input:-webkit-autofill:active {
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.ant-pro-page-container.ql-container-wrapper {
display: flex;
flex-direction: column;
height: calc(100vh - 48px);
.ant-pro-grid-content.wide {
flex: 1;
.ant-pro-grid-content-children {
height: calc(100% - 48px);
> div,
.ant-pro-page-container-children-content,
.log-container,
.react-codemirror2,
.CodeMirror {
height: 100%;
}
}
}
}
@media (max-width: 768px) {
.ant-pro-grid-content.wide {
.ant-pro-page-container-children-content {
@@ -148,20 +167,10 @@ input:-webkit-autofill:active {
height: calc(100vh - 184px);
height: calc(100vh - var(--vh-offset, 0px) - 184px);
}
.monaco-editor:not(.rename-box),
.CodeMirror {
height: calc(100vh - 216px) !important;
height: calc(100vh - var(--vh-offset, 0px) - 216px) !important;
}
.CodeMirror {
width: calc(100vw - 80px);
}
}
.monaco-editor:not(.rename-box),
.CodeMirror {
height: calc(100vh - 176px) !important;
height: calc(100vh - var(--vh-offset, 0px) - 176px) !important;
}
}
.ant-tooltip {