diff --git a/frontend/src/views/scheduled-tasks/index.vue b/frontend/src/views/scheduled-tasks/index.vue index 8ecf58c..2392be1 100644 --- a/frontend/src/views/scheduled-tasks/index.vue +++ b/frontend/src/views/scheduled-tasks/index.vue @@ -939,7 +939,7 @@ onMounted(() => { - +
SDK 文档 @@ -949,7 +949,6 @@ onMounted(() => { @@ -1018,6 +1017,13 @@ onMounted(() => { font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace; font-size: 14px; line-height: 1.6; + height: calc(80vh - 180px) !important; + min-height: 400px; +} + +/* 脚本全屏编辑对话框 */ +.script-dialog :deep(.el-dialog__body) { + padding: 15px 20px; } .script-fullscreen-toolbar {