定时任务支持在线生成cron表达式

This commit is contained in:
RuoYi
2021-09-03 09:54:07 +08:00
parent cfa86bd4fe
commit 6361e4efdc
11 changed files with 2030 additions and 13 deletions

View File

@ -60,10 +60,17 @@
color: inherit;
}
.el-dialog:not(.is-fullscreen){
.el-dialog:not(.is-fullscreen) {
margin-top: 6vh !important;
}
.el-dialog .el-dialog__body {
overflow: auto;
overflow-x: hidden;
max-height: 70vh;
padding: 10px 20px 0;
}
.el-table {
.el-table__header-wrapper, .el-table__fixed-header-wrapper {
th {