From dde686d55f4220e00f2352acb00bf2e2ac29bc49 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:12:14 +0800 Subject: [PATCH] style: Increase the height of the script input box (#7398) --- frontend/src/views/cronjob/operate/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/cronjob/operate/index.vue b/frontend/src/views/cronjob/operate/index.vue index 01199a71a..937b10642 100644 --- a/frontend/src/views/cronjob/operate/index.vue +++ b/frontend/src/views/cronjob/operate/index.vue @@ -212,7 +212,7 @@ :indent-with-tab="true" :tabSize="4" :lineWrapping="true" - style="width: 100%; margin-top: 5px; height: 100px" + style="width: 100%; margin-top: 5px; min-height: 100px" theme="cobalt" :styleActiveLine="true" :matchBrackets="true"